xbps-src-utils: bump version and switch to configure build_style.

This commit is contained in:
Juan RP 2014-01-03 15:59:19 +01:00
parent d9d84615fc
commit feee4a6c54
1 changed files with 4 additions and 14 deletions

View File

@ -1,12 +1,14 @@
# Template build file for 'xbps-src-utils'.
pkgname=xbps-src-utils
version=20131027
version=20140103
revision=1
homepage="https://github.com/davehome/xbps-src-utils"
build_style=configure
configure_args="--prefix=/usr --etcdir=/etc"
hostmakedepends="pkg-config"
makedepends="libxbps-devel>=0.25"
short_desc="Various tools for xbps-src in C (like repo-checkvers)"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="https://github.com/davehome/xbps-src-utils"
license="GPL-2"
long_desc="
Various tools for xbps-src in C (like repo-checkvers)
@ -21,15 +23,3 @@ do_fetch() {
msg_normal " Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
do_configure() {
./configure --prefix=/usr --etcdir=/etc
}
do_build() {
make
}
do_install() {
make DESTDIR=${DESTDIR} install
}