void-packages/srcpkgs/man-pages/template

57 lines
1.3 KiB
Plaintext
Raw Normal View History

# Template file for 'man-pages'
pkgname=man-pages
2015-01-11 08:37:13 +01:00
version=3.77
2014-12-31 13:37:40 +01:00
revision=1
2014-10-08 21:48:48 +02:00
noarch=yes
2013-01-28 18:12:11 +01:00
short_desc="Linux Documentation Project (LDP) manual pages"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-10-16 12:22:27 +02:00
license="GPL-2"
2012-06-28 14:23:07 +02:00
homepage="http://man7.org/linux/man-pages/index.html"
distfiles="${KERNEL_SITE}/docs/man-pages/$pkgname-$version.tar.xz"
2015-01-11 08:37:13 +01:00
checksum=fc630f063b4671cece6cffee47d0ad25b871219ffba8bf2784f084512af5954f
2012-03-03 21:43:04 +01:00
do_install() {
2011-01-19 00:56:57 +01:00
make all prefix=${DESTDIR}/usr
2010-11-03 01:04:20 +01:00
# Remove dup manpages.
cd ${DESTDIR}/usr/share/man
2011-10-16 12:22:27 +02:00
# coreutils
rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
rm -f man1/{df,dircolors,du,install,ln,ls}.1
rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
rm -f man1/{touch,vdir}.1
# shadow
rm -f man5/passwd.5
rm -f man3/getspnam.3
2011-10-16 12:22:27 +02:00
# diffutils
rm -f man1/diff.1
# xf86-input-mouse
rm -f man4/mouse.4
# tzdata
rm -f man5/tzfile.5
rm -f man8/zdump.8
rm -f man8/tzselect.8
rm -f man8/zic.8
# mdocml
rm -f man7/man.7
rm -f man7/mdoc.7
# attr-devel
rm -f man2/*xattr.2
# openssl-devel
mv man3/rand.3 man3/glibc-rand.3
mv man3/err.3 man3/glibc-err.3
# Rename some glibc specific manpages
mv man1/{iconv.1,glibc-iconv.1}
mv man1/{ldd.1,glibc-ldd.1}
mv man1/{getent.1,glibc-getent.1}
}
man-pages-devel_package() {
replaces="${sourcepkg}<3.68_2"
noarch=yes
2014-07-11 20:48:04 +02:00
short_desc+=" - development pages"
pkg_install() {
vmove usr/share/man/man[2-3]
}
}