2008-10-25 01:01:00 +00:00
|
|
|
# Template file for 'man-pages'
|
|
|
|
pkgname=man-pages
|
2010-11-03 00:04:20 +00:00
|
|
|
version=3.30
|
2009-04-18 22:31:39 +00:00
|
|
|
distfiles="${KERNEL_SITE}/docs/manpages/Archive/$pkgname-$version.tar.bz2"
|
2010-11-03 00:04:20 +00:00
|
|
|
build_style=custom-install
|
2008-10-25 01:01:00 +00:00
|
|
|
short_desc="Linux Documentation Project manual pages"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-11-03 00:04:20 +00:00
|
|
|
checksum=51fda4ea9cf54cf6213d6a67a8a8961b39aa65a89bab3ebe046a8a10d3a39ea3
|
2008-12-22 06:34:55 +00:00
|
|
|
long_desc="
|
|
|
|
The Linux Documentation Project (LDP) manual pages."
|
2009-02-15 22:57:15 +00:00
|
|
|
|
|
|
|
noarch=yes
|
2009-07-31 23:02:19 +00:00
|
|
|
|
2010-11-03 00:04:20 +00:00
|
|
|
do_install()
|
2009-07-31 23:02:19 +00:00
|
|
|
{
|
2010-11-03 00:04:20 +00:00
|
|
|
make all prefix=${DESTDIR}/usr || return 1
|
|
|
|
|
2009-08-01 08:38:10 +00:00
|
|
|
# Remove dup manpages.
|
2009-07-31 23:02:19 +00:00
|
|
|
cd ${DESTDIR}/usr/share/man
|
2009-08-01 08:38:10 +00:00
|
|
|
# From coreutils
|
|
|
|
rm -f man1/groups.1
|
2009-07-31 23:02:19 +00:00
|
|
|
# From shadow.
|
|
|
|
rm -f man5/passwd.5
|
|
|
|
rm -f man3/getspnam.3
|
|
|
|
# From xf86-input-mouse.
|
|
|
|
rm -f man4/mouse.4
|
2009-08-01 09:03:20 +00:00
|
|
|
# From tzdata.
|
|
|
|
rm -f man5/tzfile.5
|
|
|
|
rm -f man8/zdump.8
|
|
|
|
rm -f man8/tzselect.8
|
|
|
|
rm -f man8/zic.8
|
2009-10-06 01:01:00 +00:00
|
|
|
# From attr-devel.
|
|
|
|
rm -f man2/*xattr.2
|
2009-07-31 23:02:19 +00:00
|
|
|
}
|