core/man-pages/Pkgfile

19 lines
478 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-06-02 10:18:29 +02:00
version=2.51
2006-02-23 16:26:10 +01:00
release=1
source=(ftp://ftp.win.tue.nl/pub/linux-local/manpages/$name-$version.tar.gz)
build() {
cd $name-$version
2007-05-26 09:39:12 +02:00
rm man1/{README,time.1} man5/passwd.5
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
}