# wxpython, http://www.wxpython.org

name=wxpython
version=2.8.7.1
release=1
source=(http://kent.dl.sourceforge.net/wxpython/wxPython-src-$version.tar.bz2)

build() {
    cd wxPython-src-$version/wxPython
    mkdir $PKG/usr
    python setup.py WXPORT=gtk UNICODE=0 BUILD_GLCANVAS=0 \
    BUILD_OGL=0 BUILD_STC=0 BUILD_GIZMOS=0 \
    build install --prefix=$PKG/usr
}
