man-pages: update to 3.30.
This commit is contained in:
parent
656cdd3cc6
commit
2dc30feee7
1 changed files with 6 additions and 5 deletions
|
@ -1,19 +1,20 @@
|
|||
# Template file for 'man-pages'
|
||||
pkgname=man-pages
|
||||
version=3.29
|
||||
version=3.30
|
||||
distfiles="${KERNEL_SITE}/docs/manpages/Archive/$pkgname-$version.tar.bz2"
|
||||
build_style=only-install
|
||||
make_install_target="all prefix=$XBPS_DESTDIR/$pkgname-$version/usr"
|
||||
build_style=custom-install
|
||||
short_desc="Linux Documentation Project manual pages"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=671f4875038dc1e596c2457b8d2c043424ce192840078fefe1be299e47490036
|
||||
checksum=51fda4ea9cf54cf6213d6a67a8a8961b39aa65a89bab3ebe046a8a10d3a39ea3
|
||||
long_desc="
|
||||
The Linux Documentation Project (LDP) manual pages."
|
||||
|
||||
noarch=yes
|
||||
|
||||
post_install()
|
||||
do_install()
|
||||
{
|
||||
make all prefix=${DESTDIR}/usr || return 1
|
||||
|
||||
# Remove dup manpages.
|
||||
cd ${DESTDIR}/usr/share/man
|
||||
# From coreutils
|
||||
|
|
Loading…
Reference in a new issue