man-pages: update to 3.70.

This commit is contained in:
Juan RP 2014-07-11 20:48:04 +02:00
parent 1b1ef89810
commit 54c582e482
1 changed files with 4 additions and 4 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'man-pages' # Template file for 'man-pages'
pkgname=man-pages pkgname=man-pages
version=3.68 version=3.70
revision=2 revision=1
noarch="yes" noarch="yes"
short_desc="Linux Documentation Project (LDP) manual pages" short_desc="Linux Documentation Project (LDP) manual pages"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="http://man7.org/linux/man-pages/index.html" homepage="http://man7.org/linux/man-pages/index.html"
distfiles="${KERNEL_SITE}/docs/man-pages/$pkgname-$version.tar.xz" distfiles="${KERNEL_SITE}/docs/man-pages/$pkgname-$version.tar.xz"
checksum=e0d7849996ef836e19b196878492378c5456a6396756d6215709f4574b7aa2c8 checksum=721047d6d043f5ffce8c70810a9237ea48c7cab99fa59954139f51a859a4d0e2
do_install() { do_install() {
make all prefix=${DESTDIR}/usr make all prefix=${DESTDIR}/usr
@ -42,7 +42,7 @@ do_install() {
man-pages-devel_package() { man-pages-devel_package() {
replaces="${sourcepkg}<3.68_2" replaces="${sourcepkg}<3.68_2"
noarch=yes noarch=yes
short_desc+=" - development files" short_desc+=" - development pages"
pkg_install() { pkg_install() {
vmove usr/share/man/man[2-3] vmove usr/share/man/man[2-3]
} }