2011-11-19 00:54:43 +00:00
|
|
|
# Template file for 'xbps-src'
|
|
|
|
pkgname=xbps-src
|
2012-07-31 08:45:22 +00:00
|
|
|
version=29
|
2012-06-05 16:48:56 +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"
|
2012-07-31 08:45:22 +00:00
|
|
|
depends="gcc-c++ make bison gettext texinfo patch perl fakeroot libcap-progs"
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="libcap-devel"
|
|
|
|
fulldepends="git"
|
2012-06-05 16:48:56 +00:00
|
|
|
replaces="xbps-src>=0"
|
|
|
|
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"
|
|
|
|
license="Simplified BSD"
|
2012-07-31 08:45:22 +00:00
|
|
|
distfiles="https://github.com/downloads/xtraeme/xbps-src/xbps-src-${version}.tar.gz"
|
|
|
|
checksum=54216bda8bc20e3062fe60acddd8ec88f82aa886f235fbee663731c972a225e3
|
2011-11-19 00:54:43 +00:00
|
|
|
long_desc="
|
|
|
|
The XBPS package system. A new, fast, from scratch and simple
|
|
|
|
binary package manager. This package includes xbps-src, the
|
2011-11-19 10:45:49 +00:00
|
|
|
utility to build XBPS binary packages from source packages."
|