core/man-pages/Pkgfile

22 lines
649 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: Per Lid<69>n, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: man
name=man-pages
2006-12-01 10:45:52 +01:00
version=2.43
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
(cd man1; rm README time.1 chown.1 cp.1 dd.1 dircolors.1 \
dir.1 du.1 install.1 ln.1 ls.1 mkfifo.1 mknod.1 mv.1 rm.1 \
touch.1 vdir.1 chgrp.1 chmod.1 df.1 mkdir.1 rmdir.1 diff.1)
(cd man5; rm passwd.5)
make gz
make MANDIR=$PKG/usr/man install
touch $PKG/usr/man/whatis
rm -rf $PKG/usr/man/man?p
}