### this file is sourced not run
PKGVER=2.3.4 # latest Python version, newer version requires ocaml
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=0install-$PKGVER.tar.bz2
MD5SUM=713bcbe78185201a693daedf9d990e6a
SRC_URL=http://downloads.sourceforge.net/zero-install/$TARBALL
BUNDLE=

SLACKREQ='python python-pygobject python-pygtk'
SLACKDESC="zeroinstall: zeroinstall $PKGVER (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
}


