updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / py++ / PKGBUILD
blobc3fc26ac598bc511fcb1314c807eaf11319c1cb3
1 # Contributor: zarra <zarraxx@gmail.com>
2 pkgname=py++
3 pkgver=1.0.0
4 pkgrel=2
5 pkgdesc="Py++ package and Boost.Python library provide a complete solution for interfacing Python and C++"
6 arch=('i686' 'x86_64')
7 url="http://www.language-binding.net/index.html"
8 license=('custom')
9 depends=('pygccxml')
10 options=(!strip)
13 source=(http://jaist.dl.sourceforge.net/sourceforge/pygccxml/pyplusplus-${pkgver}.zip)
15 md5sums=('4997f61fa27a432e36fa0142dc3dc06c')
18 build() {
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: