17 lines
577 B
Bash
17 lines
577 B
Bash
# Template file for 'man-pages-posix'
|
|
pkgname=man-pages-posix
|
|
version=2017a
|
|
revision=6
|
|
_distver="${version%?}"
|
|
short_desc="Manual pages about POSIX systems"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="custom:POSIX-COPYRIGHT"
|
|
homepage="https://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/"
|
|
distfiles="${KERNEL_SITE}/docs/man-pages/man-pages-posix/man-pages-posix-${_distver}-${version#${_distver}}.tar.xz"
|
|
checksum=ce67bb25b5048b20dad772e405a83f4bc70faf051afa289361c81f9660318bc3
|
|
|
|
do_install() {
|
|
make all prefix=${DESTDIR}/usr
|
|
vlicense POSIX-COPYRIGHT
|
|
}
|