man-db: update to 2.6.4.
This commit is contained in:
parent
4366c32e84
commit
7160e5c172
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'man-db'
|
||||
pkgname=man-db
|
||||
version=2.6.3
|
||||
revision=2
|
||||
version=2.6.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-db=gdbm --with-pager=less --with-gzip=/usr/bin/gzip
|
||||
--with-bzip2=/usr/bin/bzip2 --disable-rpath --enable-threads=posix
|
||||
|
@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://www.nongnu.org/man-db/"
|
||||
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=51db85cbbdcb99927865bad4c653a8b18991831e751cc501098a772924e26b47
|
||||
checksum=7cdfd457d2a17ec4860a8cf0ffef5f8694b74990b59ac8a4e4b4f22d3fa1c5c5
|
||||
|
||||
post_install() {
|
||||
# Install the cron daily job.
|
||||
|
@ -25,7 +25,6 @@ man-db_package() {
|
|||
conf_files="/etc/man_db.conf"
|
||||
depends="bzip2 gzip less groff grep coreutils"
|
||||
pkg_install() {
|
||||
vmove etc
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue