man-pages: update to 3.22.

--HG--
extra : convert_revision : 6c1014e1ad6687740bc3398b211d18e030020abe
This commit is contained in:
Juan RP 2009-08-01 01:02:19 +02:00
parent 9e56f04f96
commit 3996fe6f76
1 changed files with 12 additions and 2 deletions

View File

@ -1,13 +1,23 @@
# Template file for 'man-pages'
pkgname=man-pages
version=3.20
version=3.22
distfiles="${KERNEL_SITE}/docs/manpages/Archive/$pkgname-$version.tar.bz2"
build_style=only-install
make_install_target="all prefix=$XBPS_DESTDIR/$pkgname-$version/usr"
short_desc="Linux Documentation Project manual pages"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=44437fd4fee9455a5598d97e7db41dcddc5c3c8fa909785e71af6d81c7ffc0ee
checksum=6f9665b2bc919b4a863aa0c58b2e0b1a4ac2427ebf07bfbdd014e725952cdd2c
long_desc="
The Linux Documentation Project (LDP) manual pages."
noarch=yes
post_install()
{
cd ${DESTDIR}/usr/share/man
# From shadow.
rm -f man5/passwd.5
rm -f man3/getspnam.3
# From xf86-input-mouse.
rm -f man4/mouse.4
}