core/man/Pkgfile

22 lines
624 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
2011-01-02 13:03:19 +01:00
version=1.6g
2006-02-23 16:26:10 +01:00
release=1
2011-01-02 13:03:19 +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 \
+lang none \
-default
2006-02-23 16:26:10 +01:00
make
2011-01-02 13:03:19 +01:00
make DESTDIR=$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
}