2009-08-18 14:30:52 +00:00
|
|
|
# Template file for 'xbps'
|
|
|
|
pkgname=xbps
|
2012-06-30 09:17:02 +00:00
|
|
|
version=0.16.1
|
2012-06-20 08:41:07 +00:00
|
|
|
revision=1
|
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"
|
2012-05-23 16:26:56 +00:00
|
|
|
depends="xbps-triggers"
|
2012-06-30 09:17:02 +00:00
|
|
|
makedepends="which pkg-config zlib-devel proplib-devel openssl-devel
|
|
|
|
libfetch-devel libarchive-devel confuse-devel atf-devel"
|
2012-06-20 08:41:07 +00:00
|
|
|
conf_files="/etc/xbps/xbps.conf"
|
|
|
|
subpackages="$pkgname-static"
|
|
|
|
replaces="xbps>=0"
|
2009-12-12 10:58:50 +00:00
|
|
|
short_desc="The XBPS package system utilities"
|
2009-08-18 14:30:52 +00:00
|
|
|
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-06-30 09:17:02 +00:00
|
|
|
checksum=c9c286a2b8ace49d6c17c01dadef187f288847008c316968c3ae75166cb89502
|
2009-08-18 14:30:52 +00:00
|
|
|
long_desc="
|
|
|
|
The XBPS package system. A new, fast, from scratch and simple
|
2009-12-12 10:58:50 +00:00
|
|
|
binary package manager. This package includes the binary utilities
|
|
|
|
to be able to handle XBPS binary packages."
|