void-packages/srcpkgs/xbps-src/template

24 lines
641 B
Text
Raw Normal View History

2011-11-19 00:54:43 +00:00
# Template file for 'xbps-src'
pkgname=xbps-src
2013-03-29 09:45:26 +00:00
version=20130329
revision=1
2011-11-19 00:54:43 +00:00
build_style=gnu-makefile
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"
2012-06-05 16:48:56 +00:00
conf_files="/etc/xbps/xbps-src.conf"
2011-11-19 00:54:43 +00:00
short_desc="The XBPS package system - binary package builder"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://code.google.com/p/xbps"
license="GPL-2"
nofetch=yes
noextract=yes
depends="bash xbps-triggers>=0.54 fakeroot"
replaces="xbps-src-git>=0"
do_fetch() {
local url="git://github.com/xtraeme/xbps-src"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}