2011-11-19 00:54:43 +00:00
|
|
|
# Template file for 'xbps-src'
|
|
|
|
pkgname=xbps-src
|
2013-03-17 08:35:38 +00:00
|
|
|
version=20130317
|
2013-03-17 10:38:05 +00:00
|
|
|
revision=4
|
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"
|
2013-02-02 01:55:48 +00:00
|
|
|
license="GPL-2"
|
2012-11-21 12:59:54 +00:00
|
|
|
|
|
|
|
nofetch=yes
|
|
|
|
noextract=yes
|
2013-02-18 11:48:28 +00:00
|
|
|
depends="bash xbps-triggers>=0.54 fakeroot"
|
2012-11-21 12:59:54 +00:00
|
|
|
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}
|
|
|
|
}
|