man-db: clean up deps, use db4 rather than gdbm. Bumprev.

--HG--
extra : convert_revision : 232f10182a857219c4cd8fe957d690a766171a22
This commit is contained in:
Juan RP 2010-01-07 21:58:21 +01:00
parent 76c23270b5
commit 0d540a0509

View file

@ -1,10 +1,10 @@
# Template file for 'man-db'
pkgname=man-db
version=2.5.6
revision=1
revision=3
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--with-db=gdbm --with-pager=less --with-gzip=/usr/bin/gzip
configure_args="--with-db=db4 --with-pager=less --with-gzip=/usr/bin/gzip
--with-bzip2=/usr/bin/bzip2 --disable-rpath --enable-threads=posix
--with-lzma=/usr/bin/lzma --disable-setuid"
short_desc="The on-line manual database"
@ -19,14 +19,17 @@ long_desc="
conf_files="/etc/man_db.conf"
Add_dependency full glibc
Add_dependency full bzip2
Add_dependency run glibc
Add_dependency run bzip2
Add_dependency run db
Add_dependency run zlib
Add_dependency build gettext
Add_dependency build bzip2-devel
Add_dependency build db-devel
Add_dependency full gzip
Add_dependency full less
Add_dependency full gdbm
Add_dependency full groff
Add_dependency full grep
Add_dependency build gettext
post_install()
{