void-packages/srcpkgs/xbps/template

31 lines
1 KiB
Text

# Template file for 'xbps'
pkgname=xbps
version=0.11
distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz"
build_style=configure
configure_args="--prefix=/ --includedir=/usr/include
--datadir=/usr/share --mandir=/usr/share/man --with-pie"
revision=1
short_desc="The XBPS package system utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://code.google.com/p/xbps"
license="Simplified BSD"
checksum=1f736dbca875988c5b4a33335a5fe6e9f82254de6161d16d762eea5d7f5318b9
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."
conf_files="/etc/xbps/xbps.conf"
subpackages="$pkgname-static"
replaces="xbps>=0"
Add_dependency run xbps-triggers
Add_dependency build pkg-config
Add_dependency build zlib-devel
Add_dependency build proplib-devel
Add_dependency build libarchive-devel
Add_dependency build openssl-devel
Add_dependency build libfetch-devel
Add_dependency build confuse-devel