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