xbps-src-utils: update and rebuild against xbps>=0.25.
This commit is contained in:
parent
df06fa1f96
commit
dd2a7e034d
1 changed files with 3 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template build file for 'xbps-src-utils'.
|
# Template build file for 'xbps-src-utils'.
|
||||||
pkgname=xbps-src-utils
|
pkgname=xbps-src-utils
|
||||||
version=20130321
|
version=20130705
|
||||||
revision=1
|
revision=1
|
||||||
homepage="https://github.com/davehome/xbps-src-utils"
|
homepage="https://github.com/davehome/xbps-src-utils"
|
||||||
hostmakedepends="pkg-config flex"
|
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)"
|
short_desc="Various tools for xbps-src in C (like repo-checkvers)"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="Simplified BSD"
|
license="Simplified BSD"
|
||||||
|
@ -30,10 +30,7 @@ do_fetch() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
./configure --prefix=/usr --etcdir=/etc
|
||||||
_pcenv="env PKG_CONFIG_LIBDIR=/usr/$XBPS_CROSS_TRIPLET/lib/pkgconfig"
|
|
||||||
fi
|
|
||||||
${_pcenv} ./configure --prefix=/usr --etcdir=/etc
|
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
@ -45,7 +42,6 @@ do_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
xbps-src-utils_package() {
|
xbps-src-utils_package() {
|
||||||
depends="libxbps>=0.21"
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove usr
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue