1 # Contributor: zarra <zarraxx@gmail.com>
5 pkgdesc="Py++ package and Boost.Python library provide a complete solution for interfacing Python and C++"
7 url="http://www.language-binding.net/index.html"
13 source=(http://jaist.dl.sourceforge.net/sourceforge/pygccxml/pyplusplus-${pkgver}.zip)
15 md5sums=('4997f61fa27a432e36fa0142dc3dc06c')
19 cd "$srcdir/Py++-${pkgver}"
21 python2 setup.py build || return 1
22 python2 setup.py install --prefix=/usr --root=$startdir/pkg
26 # vim:set ts=2 sw=2 et: