New package: man-pages-posix-2003a.
This commit is contained in:
parent
ee0cf39cc9
commit
7dbdb1eef4
1 changed files with 25 additions and 0 deletions
25
srcpkgs/man-pages-posix/template
Normal file
25
srcpkgs/man-pages-posix/template
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'man-pages-posix'
|
||||
pkgname=man-pages-posix
|
||||
_distver=2003
|
||||
_revver=a
|
||||
wrksrc="${pkgname}-${_distver}-${_revver}"
|
||||
version=${_distver}${_revver}
|
||||
revision=1
|
||||
short_desc="Manual pages about POSIX systems"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="POSIX-COPYRIGHT"
|
||||
homepage="https://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/"
|
||||
distfiles="${KERNEL_SITE}/docs/man-pages/$pkgname/$pkgname-${_distver}-${_revver}.tar.xz"
|
||||
checksum=9a832c25e9ec6693f5189e5c005f323d7fc76c7f49d4575009062daf23630ec1
|
||||
|
||||
do_install() {
|
||||
make all prefix=${DESTDIR}/usr
|
||||
vinstall POSIX-COPYRIGHT 644 usr/share/licenses/${pkgname}
|
||||
}
|
||||
|
||||
man-pages-posix_package() {
|
||||
noarch="yes"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue