1 # Contributor: Patrick Kelly <kameo76890 at gmail dot com>
2 # Contributor: Georgios Tsalikis <aliverius somewhere near tsalikis and a net>
3 # Contributor: Julian Leyh <julian@vgai.de>
8 pkgdesc="GtkAda is a Gtk2+ binding for Ada using the OOP and other features of this programming language"
10 url="http://libre.adacore.com/libre/tools/GtkAda/"
12 depends=("gcc-ada" "gtk2")
13 source=(http://sourceforge.net/projects/gnat-gpl/files/2011/$pkgname-gpl-$pkgver-src.tgz/download
15 md5sums=('f5f9c8cb540efd4b261d4914b3410433'
16 'aed777b79514a91a51aae4456e2cc2ee')
19 cd "$srcdir/$pkgname-gpl-$pkgver-src"
21 patch -Np0 -i "$srcdir/opengl-fix.patch"
23 ./configure --prefix=/usr
24 make -j1 # It doesn't build with -jn where n>1
28 cd $srcdir/$pkgname-gpl-$pkgver-src
29 make -j1 prefix=$pkgdir/usr install