core/man-pages/Pkgfile
2021-12-13 12:05:57 +01:00

21 lines
538 B
Plaintext

# Description: The Linux manpages collection
# URL: https://man7.org/linux/man-pages/index.html
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=man-pages
version=5.13
release=1
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-2017-a.tar.xz)
build() {
cd $name-$version
rm man5/passwd.5
make prefix=/usr DESTDIR=$PKG install
cd $SRC/$name-posix-2017
make prefix=/usr DESTDIR=$PKG install
touch $PKG/usr/share/man/whatis
}