vp-build/srcpkgs/man-pages-posix/template

20 lines
629 B
Bash

# Template file for 'man-pages-posix'
pkgname=man-pages-posix
_distver=2013
_revver=a
version="${_distver}${_revver}"
revision=4
noarch=yes
wrksrc="${pkgname}-${_distver}-${_revver}"
short_desc="Manual pages about POSIX systems"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="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}-${_revver}.tar.xz"
checksum=19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808
do_install() {
make all prefix=${DESTDIR}/usr
vlicense POSIX-COPYRIGHT
}