1 # Contributor: kkb110 <kkb110@gmail.com>
5 pkgdesc="The purpose of pygccxml is to read a generated file and provide a simple framework to navigate C++ declarations, using Python classes."
7 url="http://www.language-binding.net/pygccxml/pygccxml.html"
10 depends=('gccxml-cvs' 'python2')
13 source=(http://jaist.dl.sourceforge.net/sourceforge/pygccxml/pygccxml-${pkgver}.zip)
15 md5sums=('865ed1d62eed19c9e7509c137a0ee582')
19 cd "$srcdir/pygccxml-${pkgver}"
21 python2 setup.py build || return 1
22 python2 setup.py install --prefix=/usr --root=$startdir/pkg