CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
2aeb6e48f6db703403da4e4d6e2ade57f358535b
[crossrootfs.git] / man-pages / Pkgfile
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
5
6 name=man-pages
7 version=4.09
8 release=1
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)
11
12 build() {
13 cd $name-$version
14 rm man1/time.1 man5/passwd.5 man5/attr.5
15 make DESTDIR=$PKG install
16
17 cd $SRC/$name-posix-2013-a
18 make CC="$CC" AR="$AR" RANLIB="$RANLIB" OPT="$CFLAGS" gz
19 make DESTDIR=$PKG install
20
21 touch $PKG/usr/share/man/whatis
22 }