2008-10-25 00:51:08 +00:00
|
|
|
# Template file for 'man-db'
|
|
|
|
pkgname=man-db
|
2014-04-14 11:21:44 +00:00
|
|
|
version=2.6.7.1
|
2014-04-22 12:00:41 +00:00
|
|
|
revision=2
|
2014-04-04 12:43:00 +00:00
|
|
|
lib32disabled=yes
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2014-04-22 12:00:41 +00:00
|
|
|
configure_args="--with-db=db --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"
|
2014-04-22 12:00:41 +00:00
|
|
|
makedepends="db-devel zlib-devel libpipeline-devel>=1.3.0 groff"
|
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"
|
2014-04-14 11:21:44 +00:00
|
|
|
checksum=8d65559838fccca774e3ef7c15c073180c786e728785c735e136297facca41fc
|
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
|
2014-04-22 12:00:41 +00:00
|
|
|
# Remove localized manpages.
|
|
|
|
rm -rf ${DESTDIR}/usr/share/man/{es,it}
|
2009-03-28 17:52:00 +00:00
|
|
|
}
|