core/man-pages/Pkgfile

24 lines
658 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: The Linux manpages collection
2008-06-19 17:13:20 +02:00
# URL: http://www.kernel.org/doc/man-pages/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: man
name=man-pages
2010-11-13 10:06:01 +01:00
version=3.31
2006-02-23 16:26:10 +01:00
release=1
2008-06-19 17:13:20 +02:00
source=(http://www.kernel.org/pub/linux/docs/man-pages/$name-$version.tar.bz2 \
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2003-a.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2007-06-10 10:28:02 +02:00
rm man1/time.1 man5/passwd.5 man2/quotactl.2
2006-02-23 16:26:10 +01:00
make gz
2007-09-26 11:35:29 +02:00
make MANDIR=/usr/man DESTDIR=$PKG install
2008-06-19 17:13:20 +02:00
cd ../$name-posix-2003-a
make gz
make MANDIR=/usr/man DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
touch $PKG/usr/man/whatis
}