xbps-src-utils: update for latest re-write.
This commit is contained in:
parent
6ae1a8e9cd
commit
0a48a568ed
|
@ -1,13 +1,13 @@
|
|||
# Template build file for 'xbps-src-utils'.
|
||||
pkgname=xbps-src-utils
|
||||
version=20130826
|
||||
version=20130830
|
||||
revision=1
|
||||
homepage="https://github.com/davehome/xbps-src-utils"
|
||||
hostmakedepends="pkg-config flex"
|
||||
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>"
|
||||
license="Simplified BSD"
|
||||
license="GPL-2"
|
||||
long_desc="
|
||||
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
|
||||
latest available versions of them in the source package tree."
|
||||
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
makedepends+=" libfl-devel"
|
||||
fi
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/davehome/xbps-src-utils.git"
|
||||
msg_normal " Fetching source from $url ...\n"
|
||||
|
|
Loading…
Reference in New Issue