void-packages/srcpkgs/man-db/template
2014-01-24 12:08:01 +01:00

25 lines
930 B
Plaintext

# Template file for 'man-db'
pkgname=man-db
version=2.6.6
revision=1
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"
hostmakedepends="pkg-config groff"
makedepends="gdbm-devel zlib-devel libpipeline-devel groff"
depends="bzip2 gzip less groff grep coreutils"
conf_files="/etc/man_db.conf"
short_desc="The on-line manual database"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2, LGPL-2.1"
homepage="http://www.nongnu.org/man-db/"
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
checksum=7da90f8d8df91e0e682769d50f4bdb905f525b5d0f01e7e5b8cc3c6da45f66c3
post_install() {
# Install the cron daily job.
vinstall ${FILESDIR}/man-db.cron-daily 744 etc/cron.daily man-db
}