1 # Description: The Linux manpages collection
2 # URL: http://man7.org/linux/man-pages/index.html
3 # Maintainer: CRUX System Team, core-ports at crux dot nu
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
9 source=(http://www.kernel.org/pub/linux/docs/$name/$name-$version.tar.xz \
10 http://www.kernel.org/pub/linux/docs/$name/$name-posix/$name-posix-2013-a.tar.xz)
14 rm man1/time.1 man5/passwd.5 man5/attr.5
15 make CC="$CC" AR="$AR" RANLIB="$RANLIB" OPT="$CFLAGS" gz
16 make DESTDIR=$PKG install
18 cd $SRC/$name-posix-2013-a
19 make CC="$CC" AR="$AR" RANLIB="$RANLIB" OPT="$CFLAGS" gz
20 make DESTDIR=$PKG install
22 touch $PKG/usr/share/man/whatis