void-packages/srcpkgs/xbps/template

23 lines
937 B
Text
Raw Normal View History

# Template file for 'xbps'
pkgname=xbps
2012-07-14 10:24:03 +00:00
version=0.16.5
2012-07-15 11:01:54 +00:00
revision=2
2010-06-03 08:09:37 +00:00
build_style=configure
2012-06-20 08:41:07 +00:00
configure_args="--prefix=/ --exec-prefix=/usr --with-pie --sbindir=/usr/sbin --with-tests"
depends="xbps-triggers"
2012-07-15 11:01:54 +00:00
makedepends="which pkg-config zlib-devel proplib-devel>=0.6.1_3 openssl-devel
2012-07-11 18:41:54 +00:00
libfetch-devel libarchive-devel confuse-devel atf-devel>=0.16"
2012-06-20 08:41:07 +00:00
conf_files="/etc/xbps/xbps.conf"
subpackages="libxbps libxbps-devel xbps-static xbps-tests"
2012-06-20 08:41:07 +00:00
replaces="xbps>=0"
short_desc="The XBPS package system utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-05-27 07:55:30 +00:00
homepage="http://code.google.com/p/xbps"
2011-07-15 13:57:36 +00:00
license="Simplified BSD"
2012-06-20 08:41:07 +00:00
distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz"
2012-07-14 10:24:03 +00:00
checksum=ca5b0c87a4e28cc3788eeb37117406797d38a3fcd9d115d55607e046bbe916f3
long_desc="
The XBPS package system. A new, fast, from scratch and simple
binary package manager. This package includes the binary utilities
to be able to handle XBPS binary packages."