man-pages: update to 3.45.

This commit is contained in:
Juan RP 2012-12-21 17:31:37 +01:00
parent 8ac938c356
commit e68a67657e
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
case "${ACTION}" in case "${ACTION}" in
post) post)
if [ -x usr/bin/mandb ]; then if [ -x usr/bin/mandb ]; then
usr/bin/mandb -q || : usr/bin/mandb -q usr/share/man || :
fi fi
;; ;;
esac esac

View file

@ -1,14 +1,14 @@
# Template file for 'man-pages' # Template file for 'man-pages'
pkgname=man-pages pkgname=man-pages
version=3.44 version=3.45
revision=2 revision=1
noarch=yes noarch=yes
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>"
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=4d0efeb71473730ef6b036390fffa59da3b6903ce4b46896193c26da02759ef4 checksum=10f859033b73bdb6d0ef3d81b4dfa508315e7e8dc086e7a9b4d0b39ececd98d3
long_desc=" long_desc="
The Linux Documentation Project (LDP) manual pages." The Linux Documentation Project (LDP) manual pages."