core/man-pages/Pkgfile

18 lines
464 B
Plaintext

# Description: The Linux manpages collection
# URL: http://www.win.tue.nl/~aeb/linux/man/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: man
name=man-pages
version=2.79
release=1
source=(ftp://ftp.win.tue.nl/pub/linux-local/manpages/$name-$version.tar.gz)
build() {
cd $name-$version
rm man1/time.1 man5/passwd.5 man2/quotactl.2
make gz
make MANDIR=/usr/man DESTDIR=$PKG install
touch $PKG/usr/man/whatis
}