xbps-src-utils: update and rebuild against xbps>=0.25.

This commit is contained in:
Juan RP 2013-07-05 08:29:46 +02:00
parent df06fa1f96
commit dd2a7e034d

View file

@ -1,10 +1,10 @@
# Template build file for 'xbps-src-utils'.
pkgname=xbps-src-utils
version=20130321
version=20130705
revision=1
homepage="https://github.com/davehome/xbps-src-utils"
hostmakedepends="pkg-config flex"
makedepends="libxbps-devel>=0.21"
makedepends="libxbps-devel>=0.25"
short_desc="Various tools for xbps-src in C (like repo-checkvers)"
maintainer="davehome <davehome@redthumb.info.tm>"
license="Simplified BSD"
@ -30,10 +30,7 @@ do_fetch() {
}
do_configure() {
if [ "$CROSS_BUILD" ]; then
_pcenv="env PKG_CONFIG_LIBDIR=/usr/$XBPS_CROSS_TRIPLET/lib/pkgconfig"
fi
${_pcenv} ./configure --prefix=/usr --etcdir=/etc
./configure --prefix=/usr --etcdir=/etc
}
do_build() {
@ -45,7 +42,6 @@ do_install() {
}
xbps-src-utils_package() {
depends="libxbps>=0.21"
pkg_install() {
vmove usr
}