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

# source: kirk updated by james
TARBALL=sip-$PKGVER.tar.gz
MD5SUM=9124cb8978742685747a5415179a9890
SRC_URL=http://downloads.sourceforge.net/pyqt/$TARBALL
BUNDLE=

SLACKREQ='python'
SLACKDESC="python-pyqt5-sip: 
python-pyqt5-sip: This is a private SIP module required by PyQt5. This is for Python2.
python-pyqt5-sip: 
python-pyqt5-sip: 
python-pyqt5-sip: 
python-pyqt5-sip: 
python-pyqt5-sip: 
python-pyqt5-sip: 
python-pyqt5-sip: 
python-pyqt5-sip
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/sip*
	python configure.py --sip-module PyQt5.sip --no-dist-info --no-tools
	make $MAKEFLAGS && make install &&
	pkg_build_slackdesc
}


