2008-10-25 00:51:08 +00:00
|
|
|
# Template file for 'man-db'
|
|
|
|
pkgname=man-db
|
2013-06-28 05:20:17 +00:00
|
|
|
version=2.6.5
|
2013-06-25 07:40:14 +00:00
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2010-01-08 22:20:28 +00:00
|
|
|
configure_args="--with-db=gdbm --with-pager=less --with-gzip=/usr/bin/gzip
|
2013-02-11 11:41:32 +00:00
|
|
|
--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"
|
2013-03-24 09:21:58 +00:00
|
|
|
hostmakedepends="pkg-config groff"
|
|
|
|
makedepends="gdbm-devel zlib-devel libpipeline-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="bzip2 gzip less groff grep coreutils"
|
|
|
|
conf_files="/etc/man_db.conf"
|
2008-10-25 00:51:08 +00:00
|
|
|
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"
|
2013-06-28 05:20:17 +00:00
|
|
|
checksum=97ec8a2a580574f18978101d6d10de43c00c3b5093a6b8679664ada660e42112
|
2008-10-25 00:51:08 +00:00
|
|
|
|
2012-02-19 08:53:52 +00:00
|
|
|
post_install() {
|
2009-03-28 17:52:00 +00:00
|
|
|
# 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
|
2009-03-28 17:52:00 +00:00
|
|
|
}
|