### this file is sourced not run
PKGVER=1.9.72
PKGBUILD=1
PKGARCH=noarch

# source: kirk
TARBALL=pycups-1.9.72.tar.bz2
MD5SUM=c790bfbf4a3e9da2412c12c860fe191f
SRC_URL=https://pypi.python.org/packages/source/p/pycups/$TARBALL
BUNDLE=

SLACKREQ='python' 
SLACKDESC='python-cups: pycups 1.9.72 (cups wrapper)  
python-cups:  
python-cups: These Python bindings are intended to wrap the CUPS API.
python-cups: 
python-cups:  
python-cups:  
python-cups: 
python-cups: 
python-cups:   
python-cups: 
python-cups: 
'

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


