man-db: update to 2.5.7.
--HG-- extra : convert_revision : 3b1196b69d950124ef4646b1096cdbd3387c59e7
This commit is contained in:
parent
2f5d1187a3
commit
81d364857b
|
@ -1,7 +1,6 @@
|
||||||
# Template file for 'man-db'
|
# Template file for 'man-db'
|
||||||
pkgname=man-db
|
pkgname=man-db
|
||||||
version=2.5.6
|
version=2.5.7
|
||||||
revision=4
|
|
||||||
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
|
||||||
|
@ -9,7 +8,7 @@ configure_args="--with-db=gdbm --with-pager=less --with-gzip=/usr/bin/gzip
|
||||||
--with-lzma=/usr/bin/lzma --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=e41d4831860c9de85ad21928a542e8f8f1735bcf277f2bc455366397eaa7463e
|
||||||
long_desc="
|
long_desc="
|
||||||
man-db is an implementation of the standard Unix documentation system
|
man-db is an implementation of the standard Unix documentation system
|
||||||
accessed using the man command. It uses a Berkeley DB database in place of
|
accessed using the man command. It uses a Berkeley DB database in place of
|
||||||
|
@ -26,10 +25,12 @@ Add_dependency run zlib
|
||||||
Add_dependency build gettext
|
Add_dependency build gettext
|
||||||
Add_dependency build bzip2-devel
|
Add_dependency build bzip2-devel
|
||||||
Add_dependency build gdbm-devel
|
Add_dependency build gdbm-devel
|
||||||
|
Add_dependency build zlib-devel
|
||||||
Add_dependency full gzip
|
Add_dependency full gzip
|
||||||
Add_dependency full less
|
Add_dependency full less
|
||||||
Add_dependency full groff
|
Add_dependency full groff
|
||||||
Add_dependency full grep
|
Add_dependency full grep
|
||||||
|
Add_dependency full coreutils
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue