man-db: rebuild for -dbg pkgs; cross build support.
This commit is contained in:
parent
8bc9bd8365
commit
77807589d8
1 changed files with 7 additions and 12 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'man-db'
|
# Template file for 'man-db'
|
||||||
pkgname=man-db
|
pkgname=man-db
|
||||||
version=2.6.3
|
version=2.6.3
|
||||||
revision=1
|
revision=2
|
||||||
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
|
||||||
--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"
|
--without-included-regex --enable-automatic-create"
|
||||||
makedepends="pkg-config gdbm-devel zlib-devel libpipeline-devel"
|
makedepends="pkg-config groff gdbm-devel zlib-devel libpipeline-devel"
|
||||||
fulldepends="bzip2 gzip less groff grep coreutils"
|
crossmakedepends="gdbm-devel zlib-devel libpipeline-devel"
|
||||||
|
depends="bzip2 gzip less groff grep coreutils"
|
||||||
conf_files="/etc/man_db.conf"
|
conf_files="/etc/man_db.conf"
|
||||||
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>"
|
||||||
|
@ -16,12 +17,6 @@ license="GPL-2, LGPL-2.1"
|
||||||
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=51db85cbbdcb99927865bad4c653a8b18991831e751cc501098a772924e26b47
|
checksum=51db85cbbdcb99927865bad4c653a8b18991831e751cc501098a772924e26b47
|
||||||
long_desc="
|
|
||||||
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
|
|
||||||
the traditional flat-text whatis databases. man-db is used by several popular
|
|
||||||
GNU/Linux distributions, including Debian, Ubuntu, and SuSE. It also compiles
|
|
||||||
and runs on a number of proprietary Unix systems."
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Install the cron daily job.
|
# Install the cron daily job.
|
||||||
|
|
Loading…
Reference in a new issue