void-packages/srcpkgs/xbps-src/template
2012-11-25 09:47:54 +01:00

31 lines
903 B
Plaintext

# Template file for 'xbps-src'
pkgname=xbps-src
version="$(date -u +%Y%m%d)"
revision=1
build_style=gnu-makefile
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"
conf_files="/etc/xbps/xbps-src.conf"
short_desc="The XBPS package system - binary package builder"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://code.google.com/p/xbps"
license="Simplified BSD"
long_desc="
The XBPS package system. A new, fast, from scratch and simple
binary package manager. This package includes xbps-src, the
utility to build XBPS binary packages from source packages."
noarch=yes
nofetch=yes
noextract=yes
makedepends="git"
depends="xbps-triggers>=0.54 linux-user-chroot 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}
}