void-packages/srcpkgs/xbps/template

23 lines
937 B
Plaintext
Raw Normal View History

# Template file for 'xbps'
pkgname=xbps
2012-07-14 12:24:03 +02:00
version=0.16.5
2012-07-15 13:01:54 +02:00
revision=2
2010-06-03 10:09:37 +02:00
build_style=configure
2012-06-20 10:41:07 +02:00
configure_args="--prefix=/ --exec-prefix=/usr --with-pie --sbindir=/usr/sbin --with-tests"
depends="xbps-triggers"
2012-07-15 13:01:54 +02:00
makedepends="which pkg-config zlib-devel proplib-devel>=0.6.1_3 openssl-devel
2012-07-11 20:41:54 +02:00
libfetch-devel libarchive-devel confuse-devel atf-devel>=0.16"
2012-06-20 10:41:07 +02:00
conf_files="/etc/xbps/xbps.conf"
subpackages="libxbps libxbps-devel xbps-static xbps-tests"
2012-06-20 10:41:07 +02:00
replaces="xbps>=0"
short_desc="The XBPS package system utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-05-27 09:55:30 +02:00
homepage="http://code.google.com/p/xbps"
2011-07-15 15:57:36 +02:00
license="Simplified BSD"
2012-06-20 10:41:07 +02:00
distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz"
2012-07-14 12:24:03 +02: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."