man-db: update to 2.8.5.
This commit is contained in:
parent
36f3b221a1
commit
b6a0612dbc
1 changed files with 5 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'man-db'
|
# Template file for 'man-db'
|
||||||
pkgname=man-db
|
pkgname=man-db
|
||||||
version=2.8.4
|
version=2.8.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-db=db --with-pager=less --with-gzip=/usr/bin/gzip
|
configure_args="--with-db=db --with-pager=less --with-gzip=/usr/bin/gzip
|
||||||
--with-bzip2=/usr/bin/bzip2 --disable-rpath --enable-threads=posix
|
--with-bzip2=/usr/bin/bzip2 --disable-rpath --enable-threads=posix
|
||||||
--with-lzma=/usr/bin/lzma --with-xz=/usr/bin/xz --disable-setuid
|
--with-lzma=/usr/bin/lzma --with-xz=/usr/bin/xz --disable-setuid
|
||||||
--without-included-regex --enable-automatic-create --sbindir=/usr/bin"
|
--without-included-regex --enable-automatic-create
|
||||||
|
--with-systemdsystemunitdir=no"
|
||||||
hostmakedepends="groff pkg-config"
|
hostmakedepends="groff pkg-config"
|
||||||
makedepends="db-devel gettext-devel groff libpipeline-devel zlib-devel"
|
makedepends="db-devel gettext-devel groff libpipeline-devel zlib-devel"
|
||||||
depends="bzip2 coreutils grep groff gzip less"
|
depends="bzip2 coreutils grep groff gzip less"
|
||||||
|
@ -17,7 +18,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="http://www.nongnu.org/man-db/"
|
homepage="http://www.nongnu.org/man-db/"
|
||||||
distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=103c185f9d8269b9ee3b8a4cb27912b3aa393e952731ef96fedc880723472bc3
|
checksum=b64d52747534f1fe873b2876eb7f01319985309d5d7da319d2bc52ba1e73f6c1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
|
@ -34,6 +35,7 @@ pre_configure() {
|
||||||
LDFLAGS+=" -lintl";;
|
LDFLAGS+=" -lintl";;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -r ${DESTDIR}/usr/lib/tmpfiles.d
|
rm -r ${DESTDIR}/usr/lib/tmpfiles.d
|
||||||
# Rename files for alternatives
|
# Rename files for alternatives
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue