void-packages/srcpkgs/xbps-src/template

31 lines
1 KiB
Text
Raw Normal View History

2011-11-19 00:54:43 +00:00
# Template file for 'xbps-src'
pkgname=xbps-src
version=4
distfiles="https://github.com/downloads/xtraeme/xbps-src/xbps-src-${version}.tar.gz"
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"
license="Simplified BSD"
checksum=004175bf9bc0db5ac67df4301e74c96598724e91457e08f082dbdcc19e4fc17c
long_desc="
The XBPS package system. A new, fast, from scratch and simple
binary package manager. This package includes xbps-src, the
utility used to build XBPS binary packages from source packages."
conf_files="/etc/xbps/xbps-src.conf"
Add_dependency run gcc-c++
Add_dependency run bison
Add_dependency run gettext
Add_dependency run texinfo
Add_dependency run patch
Add_dependency run perl ">=0"
Add_dependency run fakeroot
Add_dependency run libcap-progs
Add_dependency run xbps-static
Add_dependency build libcap-devel