diff --git a/srcpkgs/man-db/template b/srcpkgs/man-db/template index b10259b994..87d5b40d4f 100644 --- a/srcpkgs/man-db/template +++ b/srcpkgs/man-db/template @@ -1,14 +1,15 @@ # Template file for 'man-db' pkgname=man-db version=2.6.3 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-db=gdbm --with-pager=less --with-gzip=/usr/bin/gzip ---with-bzip2=/usr/bin/bzip2 --disable-rpath --enable-threads=posix ---with-lzma=/usr/bin/lzma --with-xz=/usr/bin/xz --disable-setuid ---without-included-regex --enable-automatic-create" -makedepends="pkg-config gdbm-devel zlib-devel libpipeline-devel" -fulldepends="bzip2 gzip less groff grep coreutils" + --with-bzip2=/usr/bin/bzip2 --disable-rpath --enable-threads=posix + --with-lzma=/usr/bin/lzma --with-xz=/usr/bin/xz --disable-setuid + --without-included-regex --enable-automatic-create" +makedepends="pkg-config groff gdbm-devel zlib-devel libpipeline-devel" +crossmakedepends="gdbm-devel zlib-devel libpipeline-devel" +depends="bzip2 gzip less groff grep coreutils" conf_files="/etc/man_db.conf" short_desc="The on-line manual database" maintainer="Juan RP " @@ -16,12 +17,6 @@ license="GPL-2, LGPL-2.1" homepage="http://www.nongnu.org/man-db/" distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.xz" checksum=51db85cbbdcb99927865bad4c653a8b18991831e751cc501098a772924e26b47 -long_desc=" - man-db is an implementation of the standard Unix documentation system - accessed using the man command. It uses a Berkeley DB database in place of - the traditional flat-text whatis databases. man-db is used by several popular - GNU/Linux distributions, including Debian, Ubuntu, and SuSE. It also compiles - and runs on a number of proprietary Unix systems." post_install() { # Install the cron daily job.