core/man-pages/Pkgfile

23 lines
611 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: The Linux manpages collection
2011-10-24 18:49:15 +02:00
# URL: http://man7.org/linux/man-pages/index.html
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=man-pages
2015-02-22 00:06:24 +01:00
version=3.80
2012-08-25 09:47:21 +02:00
release=1
2012-03-05 13:32:53 +01:00
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-2013-a.tar.xz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
rm man1/time.1 man5/passwd.5
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-2013-a
2008-06-19 17:13:20 +02:00
make gz
make MANDIR=/usr/man DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
touch $PKG/usr/man/whatis
}