updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / pygccxml-old / PKGBUILD
blobf81e0504e1703168a3893feec24b783c8a0c4b6e
1 # Contributor: kkb110 <kkb110@gmail.com>
2 pkgname=pygccxml-old
3 pkgver=0.9.5
4 pkgrel=3
5 pkgdesc="The purpose of pygccxml is to read a generated file and provide a simple framework to navigate C++ declarations, using Python classes."
6 arch=('i686' 'x86_64')
7 url="http://www.language-binding.net/pygccxml/pygccxml.html"
8 replaces=('pygccxml')
9 license=('custom')
10 depends=('gccxml-cvs' 'python2')
11 options=(!strip)
13 source=(http://jaist.dl.sourceforge.net/sourceforge/pygccxml/pygccxml-${pkgver}.zip)
15 md5sums=('865ed1d62eed19c9e7509c137a0ee582')
18 build() {
19   cd "$srcdir/pygccxml-${pkgver}"
21   python2 setup.py build || return 1
22   python2 setup.py install --prefix=/usr --root=$startdir/pkg