mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
man-pages: update to 6.14.
This commit is contained in:
parent
ff7fcb64ec
commit
22e24214d4
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'man-pages'
|
# Template file for 'man-pages'
|
||||||
pkgname=man-pages
|
pkgname=man-pages
|
||||||
version=6.05.01
|
version=6.14
|
||||||
revision=2
|
revision=1
|
||||||
short_desc="Linux Documentation Project (LDP) manual pages"
|
short_desc="Linux Documentation Project (LDP) manual pages"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.kernel.org/doc/man-pages/index.html"
|
homepage="https://www.kernel.org/doc/man-pages/index.html"
|
||||||
distfiles="${KERNEL_SITE}/docs/man-pages/man-pages-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/docs/man-pages/man-pages-${version}.tar.xz"
|
||||||
checksum=b96ab6b44a688c91d1b572e52fece519e1cfd2bb4c33fe7014fc3fd1ef3f9cae
|
checksum=71e13067b780044b2f372eec25f4209bc0413cc32af714141ef3d22d21eae8e3
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make install prefix=/usr DESTDIR=${DESTDIR}
|
make -R install prefix=/usr DESTDIR=${DESTDIR}
|
||||||
|
|
||||||
# Remove dup manpages.
|
# Remove dup manpages.
|
||||||
cd ${DESTDIR}/usr/share/man
|
cd ${DESTDIR}/usr/share/man
|
||||||
|
|
Loading…
Add table
Reference in a new issue