core/man-pages/Pkgfile

18 lines
464 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: The Linux manpages collection
# URL: http://www.win.tue.nl/~aeb/linux/man/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: man
name=man-pages
2008-06-09 10:24:13 +02:00
version=2.80
2006-02-23 16:26:10 +01:00
release=1
2007-10-21 14:07:18 +02:00
source=(ftp://ftp.win.tue.nl/pub/linux-local/manpages/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2007-06-10 10:28:02 +02:00
rm man1/time.1 man5/passwd.5 man2/quotactl.2
2006-02-23 16:26:10 +01:00
make gz
2007-09-26 11:35:29 +02:00
make MANDIR=/usr/man DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
touch $PKG/usr/man/whatis
}