core/man/Pkgfile

23 lines
679 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
2008-01-07 14:19:46 +01:00
version=1.6f
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 \
2008-01-07 14:19:46 +01:00
makewhatis)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure -prefix=/usr \
2008-01-07 14:19:46 +01:00
-confdir=/etc \
-mandir=/usr/man \
-compatibility_mode_for_colored_groff \
+lang none \
-default
2006-02-23 16:26:10 +01:00
make
make PREFIX=$PKG install
2008-01-07 14:19:46 +01:00
install -D -m 755 $SRC/makewhatis $PKG/etc/cron/daily/makewhatis
2006-02-23 16:26:10 +01:00
}