### this file is sourced not run
PKGVER=2.3.3
PKGBUILD=1
PKGARCH=x86_64

# BLFS 7.5
TARBALL=0install-2.3.3.tar.bz2
MD5SUM=00d567d9086d0b030ac610df6e4cb237
SRC_URL=http://downloads.sourceforge.net/zero-install/$TARBALL
BUNDLE=

SLACKREQ='python python-pygobject'
SLACKDESC='zeroinstall: zeroinstall 2.3.3 (0install)  
zeroinstall:  
zeroinstall: Zero Install is a decentralised cross-distribution software 
zeroinstall: installation system. Other features include full support for 
zeroinstall: shared libraries (with a SAT solver for dependency resolution), 
zeroinstall: sharing between users, and integration with native platform 
zeroinstall: package managers. It supports both binary and source packages. 
zeroinstall: Brought to you by the creator of ROX Filer, Thomas Leonard. This 
zeroinstall: is the python version of 0install.  
zeroinstall: 
zeroinstall: http://0install.net/
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/0install*
	python setup.py install &&
	pkg_build_slackdesc
}


