xbps-src-utils: remove; functionality has been merged into xbps-checkvers(8).
This commit is contained in:
parent
012996e688
commit
05c462cb7f
|
@ -1,21 +0,0 @@
|
||||||
# Template build file for 'xbps-src-utils'.
|
|
||||||
pkgname=xbps-src-utils
|
|
||||||
version=20140408
|
|
||||||
revision=1
|
|
||||||
build_style=configure
|
|
||||||
hostmakedepends="pkg-config"
|
|
||||||
makedepends="libxbps-devel"
|
|
||||||
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"
|
|
||||||
|
|
||||||
do_fetch() {
|
|
||||||
local url="git://github.com/davehome/xbps-src-utils.git"
|
|
||||||
msg_normal " Fetching source from $url ...\n"
|
|
||||||
git clone ${url} ${pkgname}-${version}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_configure() {
|
|
||||||
./configure --prefix=/usr --etcdir=/etc
|
|
||||||
}
|
|
Loading…
Reference in New Issue