void-packages/srcpkgs/man-db/template

26 lines
951 B
Text
Raw Normal View History

# Template file for 'man-db'
pkgname=man-db
2014-11-09 10:09:32 +00:00
version=2.7.1
revision=1
lib32disabled=yes
build_style=gnu-configure
configure_args="--with-db=db --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="db-devel zlib-devel libpipeline-devel>=1.3.0 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>"
2012-02-19 08:53:52 +00:00
license="GPL-2, LGPL-2.1"
2012-06-19 20:17:44 +00:00
homepage="http://www.nongnu.org/man-db/"
2012-09-18 19:40:17 +00:00
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
2014-11-09 10:09:32 +00:00
checksum=c4876204a3fafb4d8ccc1d172c0431ee581d95558cbd6c4e79caca7717049e0e
2012-02-19 08:53:52 +00:00
post_install() {
# Install the cron daily job.
2012-02-19 08:53:52 +00:00
vinstall ${FILESDIR}/man-db.cron-daily 744 etc/cron.daily man-db
}