2012-07-06 13:22:51 +00:00
|
|
|
# Template build file for 'xbps-src-utils'.
|
|
|
|
pkgname=xbps-src-utils
|
2014-02-14 15:07:40 +00:00
|
|
|
version=20140214
|
2013-07-11 17:23:41 +00:00
|
|
|
revision=1
|
2014-01-03 14:59:19 +00:00
|
|
|
build_style=configure
|
2013-08-30 16:37:54 +00:00
|
|
|
hostmakedepends="pkg-config"
|
2014-02-14 15:07:40 +00:00
|
|
|
makedepends="libxbps-devel"
|
2012-07-06 13:22:51 +00:00
|
|
|
short_desc="Various tools for xbps-src in C (like repo-checkvers)"
|
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
2014-01-03 14:59:19 +00:00
|
|
|
homepage="https://github.com/davehome/xbps-src-utils"
|
2013-08-30 16:37:54 +00:00
|
|
|
license="GPL-2"
|
2012-07-06 13:22:51 +00:00
|
|
|
|
|
|
|
do_fetch() {
|
2012-07-06 15:02:44 +00:00
|
|
|
local url="git://github.com/davehome/xbps-src-utils.git"
|
2012-07-06 13:22:51 +00:00
|
|
|
msg_normal " Fetching source from $url ...\n"
|
|
|
|
git clone ${url} ${pkgname}-${version}
|
2013-02-21 21:31:50 +00:00
|
|
|
}
|
2014-02-14 15:10:14 +00:00
|
|
|
|
|
|
|
do_configure() {
|
|
|
|
./configure --prefix=/usr --etcdir=/etc
|
|
|
|
}
|