cdb: drop nonexisting manpage links, fix paths in helper scripts.
This commit is contained in:
parent
891eae5ece
commit
3eadbd107a
1 changed files with 5 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'cdb'
|
# Template file for 'cdb'
|
||||||
pkgname=cdb
|
pkgname=cdb
|
||||||
version=0.75
|
version=0.75
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="CDB utilities"
|
short_desc="Constant database utilities"
|
||||||
maintainer="Lain <lain@waifu.club>"
|
maintainer="Lain <lain@waifu.club>"
|
||||||
license="Public domain"
|
license="Public domain"
|
||||||
homepage="http://cr.yp.to/cdb.html"
|
homepage="http://cr.yp.to/cdb.html"
|
||||||
|
@ -12,15 +12,14 @@ checksum="1919577799a50c080a8a05a1cbfa5fa7e7abc823d8d7df2eeb181e624b7952c5"
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
cdb:cdbdump:/usr/bin/cdb-dump
|
cdb:cdbdump:/usr/bin/cdb-dump
|
||||||
cdb:cdbdump:/usr/share/man/man1/cdb-dump.1
|
|
||||||
cdb:cdbget:/usr/bin/cdb-get
|
cdb:cdbget:/usr/bin/cdb-get
|
||||||
cdb:cdbget:/usr/share/man/man1/cdb-get.1
|
|
||||||
cdb:cdbmake:/usr/bin/cdb-make
|
cdb:cdbmake:/usr/bin/cdb-make
|
||||||
cdb:cdbmake:/usr/share/man/man1/cdb-make.1
|
|
||||||
cdb:cdbstats:/usr/bin/cdb-stats
|
cdb:cdbstats:/usr/bin/cdb-stats
|
||||||
cdb:cdbstats:/usr/share/man/man1/cdb-stats.1
|
|
||||||
"
|
"
|
||||||
|
|
||||||
|
do_configure() {
|
||||||
|
echo /usr >conf-home
|
||||||
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
for f in dump get make stats test make-12 make-sv; do
|
for f in dump get make stats test make-12 make-sv; do
|
||||||
vbin cdb${f} cdb-${f}
|
vbin cdb${f} cdb-${f}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue