updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / python-pycxx / PKGBUILD
blobae717adbac03501dc222ce87254fc628de5e4dd7
1 # Contributor: Sebastien Binet <binet@cern.ch>
2 pkgname=python-pycxx
3 pkgver=6.0.0
4 pkgrel=1
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/"
7 license="BSD"
8 arch="i686 x86_64"
9 depends=(python)
10 makedepends=()
11 conflicts=()
12 replaces=()
13 backup=()
14 install=
15 source=(http://dl.sourceforge.net/sourceforge/cxx/${pkgname/python-/}-${pkgver}.tar.gz)
16 md5sums=('25ad089a8762f99a87f394b5aad0bb8a')
18 build() {
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