From 0d540a05095afb380aab1ea1335ce80094f9cc84 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 7 Jan 2010 21:58:21 +0100 Subject: [PATCH] man-db: clean up deps, use db4 rather than gdbm. Bumprev. --HG-- extra : convert_revision : 232f10182a857219c4cd8fe957d690a766171a22 --- srcpkgs/man-db/template | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/srcpkgs/man-db/template b/srcpkgs/man-db/template index db69c698aa..2b953b795a 100644 --- a/srcpkgs/man-db/template +++ b/srcpkgs/man-db/template @@ -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() {