void-packages/srcpkgs/xbps/template
2011-05-27 09:55:30 +02:00

34 lines
1.1 KiB
Plaintext

# Template file for 'xbps'
pkgname=xbps
version=0.8.1
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 --silent
--with-external-proplib --with-external-libfetch"
short_desc="The XBPS package system utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://code.google.com/p/xbps"
license="BSD"
checksum=7a5ef9490a6c96aa241dd98db87557c0f840fc1b3f8312fc06374039caea2134
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 proplib
Add_dependency run libarchive
Add_dependency run libssl
Add_dependency run libfetch
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