core/man-pages/Pkgfile

19 lines
485 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
2007-08-23 10:38:36 +02:00
version=2.64
2006-02-23 16:26:10 +01:00
release=1
2007-06-10 10:28:02 +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
make MANDIR=$PKG/usr/man install
touch $PKG/usr/man/whatis
rm -rf $PKG/usr/man/man?p
}