updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / pygccxml-svn / PKGBUILD
blobe892876fefa3c31e33632c454e0e5931b4f97483
1 pkgname=pygccxml-svn
2 pkgver=1854
3 pkgrel=1
4 pkgdesc="The purpose of pygccxml is to read a generated file and provide a simple framework to navigate C++ declarations, using Python classes."
5 arch=('i686' 'x86_64')
6 url="http://www.language-binding.net/pygccxml/pygccxml.html"
7 depends=('gccxml-cvs' 'python2')
8 makedepends=('subversion')
9 provides=('pygccxml')
10 conflicts=('pygccxml')
11 license=('custom')
13 _svntrunk="http://pygccxml.svn.sourceforge.net/svnroot/pygccxml/pygccxml_dev"
14 _svnmod="pygccxml"
16 build() {
17   cd "$srcdir"
18   mkdir -p root
19   msg "Connecting to pygccxml SVN server......."
20   svn co "$_svntrunk" "$_svnmod"
21   msg "Starting make..."
22   cd "$_svnmod"
23   python2 setup.py install --prefix=../root/
26 package() {
27   cp -r "$srcdir"/root/ "$pkgdir"/usr/