2008-10-25 02:51:08 +02:00
|
|
|
# Template file for 'man-db'
|
|
|
|
pkgname=man-db
|
2014-04-14 13:21:44 +02:00
|
|
|
version=2.6.7.1
|
2014-04-22 14:00:41 +02:00
|
|
|
revision=2
|
2014-04-04 14:43:00 +02:00
|
|
|
lib32disabled=yes
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2014-04-22 14:00:41 +02:00
|
|
|
configure_args="--with-db=db --with-pager=less --with-gzip=/usr/bin/gzip
|
2013-02-11 12:41:32 +01: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 10:21:58 +01:00
|
|
|
hostmakedepends="pkg-config groff"
|
2014-04-22 14:00:41 +02:00
|
|
|
makedepends="db-devel zlib-devel libpipeline-devel>=1.3.0 groff"
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="bzip2 gzip less groff grep coreutils"
|
|
|
|
conf_files="/etc/man_db.conf"
|
2008-10-25 02:51:08 +02:00
|
|
|
short_desc="The on-line manual database"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-02-19 09:53:52 +01:00
|
|
|
license="GPL-2, LGPL-2.1"
|
2012-06-19 22:17:44 +02:00
|
|
|
homepage="http://www.nongnu.org/man-db/"
|
2012-09-18 21:40:17 +02:00
|
|
|
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
2014-04-14 13:21:44 +02:00
|
|
|
checksum=8d65559838fccca774e3ef7c15c073180c786e728785c735e136297facca41fc
|
2008-10-25 02:51:08 +02:00
|
|
|
|
2012-02-19 09:53:52 +01:00
|
|
|
post_install() {
|
2009-03-28 18:52:00 +01:00
|
|
|
# Install the cron daily job.
|
2012-02-19 09:53:52 +01:00
|
|
|
vinstall ${FILESDIR}/man-db.cron-daily 744 etc/cron.daily man-db
|
2014-04-22 14:00:41 +02:00
|
|
|
# Remove localized manpages.
|
|
|
|
rm -rf ${DESTDIR}/usr/share/man/{es,it}
|
2009-03-28 18:52:00 +01:00
|
|
|
}
|