23 lines
928 B
Plaintext
23 lines
928 B
Plaintext
# Template file for 'xbps'
|
|
pkgname=xbps
|
|
version=0.16.4
|
|
revision=3
|
|
build_style=configure
|
|
configure_args="--prefix=/ --exec-prefix=/usr --with-pie --sbindir=/usr/sbin --with-tests"
|
|
depends="xbps-triggers"
|
|
makedepends="which pkg-config zlib-devel proplib-devel 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=bfac0925d79e112d1cb35e44565c04d938930f5b886a03911109a5b0d2a8a3a0
|
|
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."
|