core/man-pages/Pkgfile

22 lines
564 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: The Linux manpages collection
# URL: https://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
2020-08-15 13:21:09 +02:00
version=5.08
2017-11-27 14:55:46 +01: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
2020-08-15 13:21:09 +02:00
rm man5/passwd.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
}