void-packages/srcpkgs/xbps/template

27 lines
877 B
Plaintext
Raw Normal View History

# Template file for 'xbps'
pkgname=xbps
2010-12-28 12:20:57 +01:00
version=0.7.2
2010-05-11 15:54:04 +02:00
distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz"
2010-06-03 10:09:37 +02:00
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>"
2010-12-28 12:20:57 +01:00
checksum=adf647c02d5161cb6c1109b2154564a96b46dfa0ce5c873b80aacf025df26195
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
2010-06-03 10:09:37 +02:00
Add_dependency build pkg-config
Add_dependency build zlib-devel
Add_dependency build libarchive-devel
Add_dependency build openssl-devel