core/man-pages/Pkgfile

22 lines
587 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
2017-07-24 10:50:35 +02:00
version=4.12
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
2015-05-07 15:39:06 +02:00
rm man1/time.1 man5/passwd.5 man5/attr.5
make DESTDIR=$PKG install
2008-06-19 17:13:20 +02:00
2015-05-07 15:39:06 +02:00
cd $SRC/$name-posix-2013-a
2008-06-19 17:13:20 +02:00
make gz
make DESTDIR=$PKG install
2008-06-19 17:13:20 +02:00
touch $PKG/usr/share/man/whatis
2006-02-23 16:26:10 +01:00
}