core/man-pages/Pkgfile

23 lines
702 B
Plaintext

# Description: The Linux manpages collection
# URL: http://www.win.tue.nl/~aeb/linux/man/
# Maintainer: Per Lidén, core-ports at crux dot nu
# Packager: Per Lidén, per at fukt dot bth dot se
# Depends on: man
name=man-pages
version=2.39
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
}