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

# source: james
TARBALL=wxPython-src-3.0.2.0.tar.bz2
MD5SUM=922b02ff2c0202a7bf1607c98bbbbc04
SRC_URL=http://downloads.sourceforge.net/wxpython/$TARBALL
BUNDLE=

SLACKREQ='python wxwidgets'
SLACKDESC="python-wxpython: python-wxpython $PKGVER (Python GUI toolkit)
python-wxpython: 
python-wxpython: wxPython is a cross-platform GUI toolkit for the Python programming 
python-wxpython: language. It allows Python programmers to create programs with a 
python-wxpython: robust, highly functional graphical user interface, simply and 
python-wxpython: easily. It is implemented as a set of Python extension modules that 
python-wxpython: wrap the GUI components of the popular wxWidgets cross platform 
python-wxpython: library, which is written in C++.
python-wxpython: 
python-wxpython: https://www.wxpython.org/pages/overview/
python-wxpython: 
"

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


