Merge pull request #173 from xdave/master

xbps-src-utils: update for latest re-write.
This commit is contained in:
Juan RP 2013-08-30 22:57:42 -07:00
commit 1c53c7b886
1 changed files with 3 additions and 8 deletions

View File

@ -1,13 +1,13 @@
# Template build file for 'xbps-src-utils'. # Template build file for 'xbps-src-utils'.
pkgname=xbps-src-utils pkgname=xbps-src-utils
version=20130826 version=20130830
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"
makedepends="libxbps-devel>=0.25" 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="GPL-2"
long_desc=" long_desc="
Various tools for xbps-src in C (like repo-checkvers) Various tools for xbps-src in C (like repo-checkvers)
@ -16,11 +16,6 @@ long_desc="
are available in the XBPS repositories registered in your xbps.conf with the are available in the XBPS repositories registered in your xbps.conf with the
latest available versions of them in the source package tree." latest available versions of them in the source package tree."
if [ "$CROSS_BUILD" ]; then
makedepends+=" libfl-devel"
fi
do_fetch() { do_fetch() {
local url="git://github.com/davehome/xbps-src-utils.git" local url="git://github.com/davehome/xbps-src-utils.git"
msg_normal " Fetching source from $url ...\n" msg_normal " Fetching source from $url ...\n"