# Maintainer: Han Boetes # Description: The man page suite used to read most of the documentation for Linux # URL: http://primates.ximian.com/~flucifredi/man/ pkgname=man pkgver=1.5p pkgrel=1 pkgdesc="The man page suite used to read most of the documentation for Linux" source=(ftp://ftp.win.tue.nl/pub/linux-local/utils/man/$pkgname-$pkgver.tar.gz makewhatis $pkgname-$pkgver.patch ) depends=('uclibc' 'groff') groups=('core') md5sums=('037d5644f8ef9ea0ef22b271bae0297d' 'a5617e86e5fb22dc38e40e1cd5ef00a4'\ '8e2b711a660a1173544d441be0604166') build() { cd $startdir/src/$pkgname-$pkgver patch -p1 -i $SRC/$pkgname-$pkgver.patch ./configure \ -prefix=/usr \ -confdir=/etc \ -mandir=/usr/man \ -compatibility_mode_for_colored_groff \ +lang none \ -default make make PREFIX=$startdir/pkg install || return 1 make install PREFIX=$ install -D -m744 ../makewhatis $startdir/pkg/etc/cron.daily/makewhatis }