2009-08-18 16:30:52 +02:00
|
|
|
# Template file for 'xbps'
|
|
|
|
pkgname=xbps
|
2009-10-17 07:48:41 +02:00
|
|
|
version=0.2
|
|
|
|
distfiles="http://launchpad.net/xbps/head/$version/+download/xbps-$version.tar.gz"
|
2009-08-18 16:30:52 +02:00
|
|
|
build_style=gnu_makefile
|
|
|
|
make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version PREFIX= install"
|
|
|
|
short_desc="The XBPS package system"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-10-17 07:48:41 +02:00
|
|
|
checksum=1c68380ccfa163713bb19661b9e50219daa0972ba55c1973fffb7035898154d8
|
2009-08-18 16:30:52 +02:00
|
|
|
long_desc="
|
|
|
|
The XBPS package system. A new, fast, from scratch and simple
|
|
|
|
binary package manager."
|
|
|
|
|
|
|
|
conf_files="/etc/xbps-src.conf"
|
|
|
|
|
2009-10-16 18:08:31 +02:00
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full libarchive
|
|
|
|
Add_dependency full proplib
|