void-packages/srcpkgs/xbps-devel/template
2012-03-12 18:01:22 +01:00

42 lines
1.2 KiB
Plaintext

# Template file for 'xbps'
pkgname=xbps-devel
version="$(date -u +%Y%m%d)"
build_style=configure
configure_args="--prefix=/ --exec-prefix=/usr --sbindir=/usr/sbin
--with-pie --with-tests"
short_desc="The XBPS package system (development branch)"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://code.google.com/p/xbps"
license="BSD"
long_desc="
The XBPS package system. A new, fast, from scratch and simple
binary package manager. This packages includes code from a development
branch available from https://github.com/xtraeme/xbps"
build_requires=11
conf_files="/etc/xbps/xbps.conf"
subpackages="$pkgname-static"
provides="xbps-9999"
replaces="xbps>=0"
nofetch=yes
noextract=yes
Add_dependency run xbps-triggers
Add_dependency build git
Add_dependency build which
Add_dependency build pkg-config
Add_dependency build zlib-devel
Add_dependency build proplib-devel
Add_dependency build openssl-devel
Add_dependency build libarchive-devel
Add_dependency build libfetch-devel
Add_dependency build confuse-devel
Add_dependency build atf-devel
do_fetch() {
local url="git://github.com/xtraeme/xbps"
msg_normal " Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}