mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
parent
3d007cb133
commit
a73b2f9185
1 changed files with 7 additions and 7 deletions
|
@ -1,24 +1,24 @@
|
||||||
# Template file for 'man-db'
|
# Template file for 'man-db'
|
||||||
pkgname=man-db
|
pkgname=man-db
|
||||||
version=2.8.2
|
version=2.8.3
|
||||||
revision=1
|
revision=1
|
||||||
lib32disabled=yes
|
|
||||||
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 --sbindir=/usr/bin"
|
||||||
hostmakedepends="pkg-config groff"
|
hostmakedepends="groff pkg-config"
|
||||||
makedepends="gettext-devel db-devel zlib-devel libpipeline-devel groff"
|
makedepends="db-devel gettext-devel groff libpipeline-devel zlib-devel"
|
||||||
depends="bzip2 gzip less groff grep coreutils"
|
depends="bzip2 coreutils grep groff gzip less"
|
||||||
conf_files="/etc/man_db.conf"
|
conf_files="/etc/man_db.conf"
|
||||||
provides="man-0_1"
|
provides="man-0_1"
|
||||||
short_desc="The on-line manual database"
|
short_desc="The on-line manual database"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2, LGPL-2.1"
|
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=45bdff87df888ddd93dc2a68abca91a2012d6e08333a8fc7c0dfefe9cbde0c5c
|
checksum=5932a1ca366e1ec61a3ece1a3afa0e92f2fdc125b61d236f20cc6ff9d80cc4ac
|
||||||
|
lib32disabled=yes
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
man:man:/usr/bin/mandb-man
|
man:man:/usr/bin/mandb-man
|
||||||
|
|
Loading…
Add table
Reference in a new issue