core/man/Pkgfile

24 lines
661 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: The man page suite used to read most of the documentation for Linux
2006-11-26 12:04:34 +01:00
# URL: http://primates.ximian.com/~flucifredi/man/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=man
2006-11-21 10:07:39 +01:00
version=1.6e
2006-02-23 16:26:10 +01:00
release=1
2006-02-23 18:58:05 +01:00
source=(http://primates.ximian.com/~flucifredi/man/$name-$version.tar.gz \
2006-02-23 16:26:10 +01:00
makewhatis $name-$version.patch)
build() {
cd $name-$version
patch -p1 < ../$name-$version.patch
./configure -prefix=/usr \
-confdir=/etc \
-mandir=/usr/man \
-compatibility_mode_for_colored_groff \
+lang none \
-default
make
make PREFIX=$PKG install
install -D -m 755 ../makewhatis $PKG/etc/cron/daily/makewhatis
}