man-pages: update to 3.36.
This commit is contained in:
parent
b63c5fce2f
commit
41ffb57d40
1 changed files with 4 additions and 5 deletions
|
@ -1,19 +1,18 @@
|
|||
# Template file for 'man-pages'
|
||||
pkgname=man-pages
|
||||
version=3.35
|
||||
version=3.36
|
||||
homepage="http://man7.org/linux/man-pages/index.html"
|
||||
distfiles="http://man7.org/linux/download/man-pages/$pkgname-$version.tar.gz"
|
||||
distfiles="${KERNEL_SITE}/docs/man-pages/$pkgname-$version.tar.gz"
|
||||
short_desc="Linux Documentation Project manual pages"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
checksum=7ed4d47f976ef0da3e3d393b7fad3634a9a54c2007a3212c625d8bd00f583df4
|
||||
checksum=c0575e31f73cd9dc2761c274217e06e7130fdfee510170957a9d72d012a5437c
|
||||
long_desc="
|
||||
The Linux Documentation Project (LDP) manual pages."
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
make all prefix=${DESTDIR}/usr
|
||||
|
||||
# Remove dup manpages.
|
||||
|
|
Loading…
Reference in a new issue