void-packages/srcpkgs/xbps-src/template

21 lines
737 B
Plaintext
Raw Normal View History

2011-11-19 01:54:43 +01:00
# Template file for 'xbps-src'
pkgname=xbps-src
2012-10-09 18:06:39 +02:00
version=31
2012-06-05 18:48:56 +02:00
revision=1
2012-10-09 18:06:39 +02:00
noarch=yes
2011-11-19 01:54:43 +01:00
build_style=gnu-makefile
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"
2012-10-09 18:06:39 +02:00
depends="gcc-c++ make bison gettext texinfo patch perl fakeroot xbps"
fulldepends="git"
2012-06-05 18:48:56 +02:00
replaces="xbps-src>=0"
conf_files="/etc/xbps/xbps-src.conf"
2011-11-19 01:54:43 +01:00
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"
2012-07-31 10:45:22 +02:00
distfiles="https://github.com/downloads/xtraeme/xbps-src/xbps-src-${version}.tar.gz"
2012-10-09 18:06:39 +02:00
checksum=c025e81b26d92900f3b63f1339fe2819ac81a9cec6dba37862577c057f79ac49
2011-11-19 01:54:43 +01:00
long_desc="
2012-10-09 18:06:39 +02:00
xbps-src is the xbps binary package builder."