void-packages/srcpkgs/xbps-src-utils/template

22 lines
583 B
Text
Raw Normal View History

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
build_style=configure
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>"
homepage="https://github.com/davehome/xbps-src-utils"
license="GPL-2"
2012-07-06 13:22:51 +00:00
do_fetch() {
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}
}
2014-02-14 15:10:14 +00:00
do_configure() {
./configure --prefix=/usr --etcdir=/etc
}