# Description: The Linux manpages collection # URL: http://man7.org/linux/man-pages/index.html # Maintainer: CRUX System Team, core-ports at crux dot nu # Depends on: man name=man-pages version=3.43 release=1 source=(http://www.kernel.org/pub/linux/docs/$name/$name-$version.tar.xz \ http://www.kernel.org/pub/linux/docs/$name/$name-posix/$name-posix-2003-a.tar.xz) build() { cd $name-$version rm man1/time.1 man5/passwd.5 make gz make MANDIR=/usr/man DESTDIR=$PKG install cd ../$name-posix-2003-a make gz make MANDIR=/usr/man DESTDIR=$PKG install touch $PKG/usr/man/whatis }