CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
gcc: updated to 6.3.0
[crossrootfs.git] / man-pages / Pkgfile
CommitLineData
a2344ada
VM
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
ab9db881 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
a2344ada
VM
5
6name=man-pages
7version=4.02
8release=1
9source=(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
12build() {
13 cd $name-$version
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
17
18 cd $SRC/$name-posix-2013-a
19 make CC="$CC" AR="$AR" RANLIB="$RANLIB" OPT="$CFLAGS" gz
20 make DESTDIR=$PKG install
21
22 touch $PKG/usr/share/man/whatis
23}