man-pages: update to 3.35.
This commit is contained in:
parent
8a30bb3922
commit
ab7c218bbe
1 changed files with 14 additions and 7 deletions
|
@ -1,11 +1,13 @@
|
||||||
# Template file for 'man-pages'
|
# Template file for 'man-pages'
|
||||||
pkgname=man-pages
|
pkgname=man-pages
|
||||||
version=3.32
|
version=3.35
|
||||||
distfiles="${KERNEL_SITE}/docs/manpages/Archive/$pkgname-$version.tar.bz2"
|
homepage="http://man7.org/linux/man-pages/index.html"
|
||||||
|
distfiles="http://man7.org/linux/man-pages/download/$pkgname-$version.tar.gz"
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="Linux Documentation Project manual pages"
|
short_desc="Linux Documentation Project manual pages"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=96ab3867bd3f734735ae0b817b66c34b28252608060a9ea27d249efea69921e3
|
license="GPL-2"
|
||||||
|
checksum=7ed4d47f976ef0da3e3d393b7fad3634a9a54c2007a3212c625d8bd00f583df4
|
||||||
long_desc="
|
long_desc="
|
||||||
The Linux Documentation Project (LDP) manual pages."
|
The Linux Documentation Project (LDP) manual pages."
|
||||||
|
|
||||||
|
@ -17,12 +19,17 @@ do_install()
|
||||||
|
|
||||||
# Remove dup manpages.
|
# Remove dup manpages.
|
||||||
cd ${DESTDIR}/usr/share/man
|
cd ${DESTDIR}/usr/share/man
|
||||||
# From coreutils
|
# coreutils
|
||||||
rm -f man1/groups.1
|
rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
|
||||||
# From shadow.
|
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 man5/passwd.5
|
||||||
rm -f man3/getspnam.3
|
rm -f man3/getspnam.3
|
||||||
# From xf86-input-mouse.
|
# diffutils
|
||||||
|
rm -f man1/diff.1
|
||||||
|
# xf86-input-mouse
|
||||||
rm -f man4/mouse.4
|
rm -f man4/mouse.4
|
||||||
# From tzdata.
|
# From tzdata.
|
||||||
rm -f man5/tzfile.5
|
rm -f man5/tzfile.5
|
||||||
|
|
Loading…
Reference in a new issue