1 # Contributor: Sebastien Binet <binet@cern.ch>
5 pkgdesc="PyCXX is a set of classes to help create extensions of Python in the C++ language. The first part encapsulates the Python C API taking care of exceptions and ref counting. The second part supports the building of Python extension modules in C++."
6 url="http://cxx.sourceforge.net/"
15 source=(http://dl.sourceforge.net/sourceforge/cxx/${pkgname/python-/}-${pkgver}.tar.gz)
16 md5sums=('25ad089a8762f99a87f394b5aad0bb8a')
19 cd $startdir/src/${pkgname/python-/}-$pkgver
20 python setup.py build || return 1
21 python setup.py install --prefix=/usr --root=$startdir/pkg || return 1