void-packages/srcpkgs/xbps/template

24 lines
938 B
Text
Raw Normal View History

# Template file for 'xbps'
pkgname=xbps
2012-12-15 22:26:15 +00:00
version=0.19
revision=3
2010-06-03 08:09:37 +00:00
build_style=configure
2012-11-26 09:27:24 +00:00
configure_args="--prefix=/ --exec-prefix=/usr --sbindir=/usr/sbin
--with-tests --with-static"
depends="xbps-triggers"
2012-11-23 09:43:18 +00:00
makedepends="which pkg-config zlib-devel proplib-devel>=0.6.2 openssl-devel
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-12-15 22:26:15 +00:00
checksum=15355389722c1cecd2a54d568afc61e11fa73bc85f8ff6b5c5dd8900deb9a226
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."