2011-11-19 00:54:43 +00:00
|
|
|
# Template file for 'xbps-src'
|
|
|
|
pkgname=xbps-src
|
2013-05-28 07:15:56 +00:00
|
|
|
version=20130528
|
2013-05-25 07:23:00 +00:00
|
|
|
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"
|
|
|
|
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
|
|
|
|
|
|
|
|
do_fetch() {
|
|
|
|
local url="git://github.com/xtraeme/xbps-src"
|
|
|
|
msg_normal "Fetching source from $url ...\n"
|
2013-04-16 16:09:22 +00:00
|
|
|
git clone ${url} ${pkgname}-${version}
|
2012-11-21 12:59:54 +00:00
|
|
|
}
|
2013-04-14 16:42:25 +00:00
|
|
|
|
|
|
|
xbps-src_package() {
|
|
|
|
conf_files="/etc/xbps/xbps-src.conf"
|
|
|
|
replaces="xbps-src-git>=0"
|
|
|
|
depends="bash xbps-triggers>=0.54 fakeroot"
|
|
|
|
pkg_install() {
|
2013-04-24 07:23:33 +00:00
|
|
|
vmove all
|
2013-04-14 16:42:25 +00:00
|
|
|
}
|
|
|
|
}
|