From ab7c218bbe02457172fd2377a435498789fea93a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 16 Oct 2011 12:22:27 +0200 Subject: [PATCH] man-pages: update to 3.35. --- srcpkgs/man-pages/template | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/srcpkgs/man-pages/template b/srcpkgs/man-pages/template index 172f0f64292..aed704aac80 100644 --- a/srcpkgs/man-pages/template +++ b/srcpkgs/man-pages/template @@ -1,11 +1,13 @@ # Template file for 'man-pages' pkgname=man-pages -version=3.32 -distfiles="${KERNEL_SITE}/docs/manpages/Archive/$pkgname-$version.tar.bz2" +version=3.35 +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 short_desc="Linux Documentation Project manual pages" maintainer="Juan RP " -checksum=96ab3867bd3f734735ae0b817b66c34b28252608060a9ea27d249efea69921e3 +license="GPL-2" +checksum=7ed4d47f976ef0da3e3d393b7fad3634a9a54c2007a3212c625d8bd00f583df4 long_desc=" The Linux Documentation Project (LDP) manual pages." @@ -17,12 +19,17 @@ do_install() # Remove dup manpages. cd ${DESTDIR}/usr/share/man - # From coreutils - rm -f man1/groups.1 - # From shadow. + # 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 - # From xf86-input-mouse. + # diffutils + rm -f man1/diff.1 + # xf86-input-mouse rm -f man4/mouse.4 # From tzdata. rm -f man5/tzfile.5