void-packages/srcpkgs/xbps/template
2010-12-15 15:51:32 +01:00

27 lines
877 B
Plaintext

# Template file for 'xbps'
pkgname=xbps
version=0.7.0
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"
short_desc="The XBPS package system utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=80d3027b490c56a78f3dcc45943302e7d220e7b1200953b783520247504c4bb4
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."
subpackages="$pkgname-static"
Add_dependency run glibc
Add_dependency run zlib
Add_dependency run libarchive
Add_dependency run libssl
Add_dependency build pkg-config
Add_dependency build zlib-devel
Add_dependency build libarchive-devel
Add_dependency build openssl-devel