mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
man-db: does not require lzma-utils anymore, bumprev.
--HG-- extra : convert_revision : 117e10e3bb7ad93da1f872c363d057d41d2a1f0f
This commit is contained in:
parent
e35ab5a954
commit
9276c6bcbb
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'man-db'
|
# Template file for 'man-db'
|
||||||
pkgname=man-db
|
pkgname=man-db
|
||||||
version=2.5.6
|
version=2.5.6
|
||||||
#revision=1
|
revision=1
|
||||||
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--with-db=gdbm --with-pager=less --with-gzip=/usr/bin/gzip
|
configure_args="--with-db=gdbm --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
|
||||||
--disable-setuid"
|
--with-lzma=/usr/bin/lzma --disable-setuid"
|
||||||
short_desc="The on-line manual database"
|
short_desc="The on-line manual database"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=14e3daf8727f98035cb250d6e4caaf720225c14996377aa7bf8f00248b7f5633
|
checksum=14e3daf8727f98035cb250d6e4caaf720225c14996377aa7bf8f00248b7f5633
|
||||||
|
@ -26,7 +26,6 @@ Add_dependency full less
|
||||||
Add_dependency full gdbm
|
Add_dependency full gdbm
|
||||||
Add_dependency full groff
|
Add_dependency full groff
|
||||||
Add_dependency full grep
|
Add_dependency full grep
|
||||||
Add_dependency full lzma-utils
|
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue