23 lines
956 B
Text
23 lines
956 B
Text
# Template file for 'xbps'
|
|
pkgname=xbps
|
|
version=0.17
|
|
revision=5
|
|
patch_args="-Np1"
|
|
build_style=configure
|
|
configure_args="--prefix=/ --exec-prefix=/usr --sbindir=/usr/sbin --with-tests --with-static"
|
|
depends="xbps-triggers"
|
|
makedepends="which pkg-config zlib-devel proplib-devel>=0.6.1_3 openssl-devel
|
|
libfetch-devel libarchive-devel confuse-devel atf-devel>=0.16"
|
|
conf_files="/etc/xbps/xbps.conf"
|
|
subpackages="libxbps libxbps-devel xbps-static xbps-tests"
|
|
replaces="xbps>=0"
|
|
short_desc="The XBPS package system utilities"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://code.google.com/p/xbps"
|
|
license="Simplified BSD"
|
|
distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz"
|
|
checksum=f3e9cb41fbb6075fc5cbc4403179e7ad5c07cd7b0092090f619807b950bfb371
|
|
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."
|