Convert packages to {host,}makedepends and XBPS_CROSS_BUILD.

This commit is contained in:
Juan RP
2013-03-24 10:21:58 +01:00
parent d83a901909
commit ea38e4719a
144 changed files with 338 additions and 455 deletions

View File

@@ -7,8 +7,8 @@ configure_args="--with-db=gdbm --with-pager=less --with-gzip=/usr/bin/gzip
--with-bzip2=/usr/bin/bzip2 --disable-rpath --enable-threads=posix
--with-lzma=/usr/bin/lzma --with-xz=/usr/bin/xz --disable-setuid
--without-included-regex --enable-automatic-create"
makedepends="pkg-config groff gdbm-devel zlib-devel libpipeline-devel"
crossmakedepends="gdbm-devel zlib-devel libpipeline-devel"
hostmakedepends="pkg-config groff"
makedepends="gdbm-devel zlib-devel libpipeline-devel"
depends="bzip2 gzip less groff grep coreutils"
conf_files="/etc/man_db.conf"
short_desc="The on-line manual database"