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

# source: kirk
TARBALL=sip-$PKGVER.tar.gz
MD5SUM=ca51677770fa62dd5087877688cf97ba
SRC_URL=http://downloads.sourceforge.net/pyqt/$TARBALL
BUNDLE=

SLACKREQ='python'
SLACKDESC="python-sip: python-sip $PKGVER
python-sip:  
python-sip: SIP is an extension module generator similar to SWIG but is    
python-sip: specifically designed for creating Python modules.
python-sip: 
python-sip: 
python-sip: 
python-sip: 
python-sip: 
python-sip: 
python-sip:
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/sip*
	python configure.py &&
	make $MAKEFLAGS && make install &&
	pkg_build_slackdesc
}


