updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git] / gtkada / PKGBUILD
blob01a7143f1ddbf7b9ab8614821626e0a03658a82a
1 # Contributor: Patrick Kelly <kameo76890 at gmail dot com>
2 # Contributor:  Georgios  Tsalikis <aliverius somewhere near tsalikis and a net>
3 pkgname=gtkada
4 pkgver=2.18.0
5 pkgrel=2
6 pkgdesc="GtkAda is a Gtk2+ binding for Ada using the OOP and other features of this programming language"
7 arch=('i686' 'x86_64')
8 url="http://libre.adacore.com/libre/tools/GtkAda/"
9 license=('GPL')
10 depends=("gcc-ada" "gtk2")
11 source=(http://sourceforge.net/projects/gnat-gpl/files/2011/$pkgname-gpl-$pkgver-src.tgz/download)
12 md5sums=('f5f9c8cb540efd4b261d4914b3410433')
14 build() {
15   cd $srcdir/$pkgname-gpl-$pkgver-src
16   ./configure --prefix=/usr
17   make -j1  # It doesn't build with -jn where n>1
20 package() {
21   cd $srcdir/$pkgname-gpl-$pkgver-src
22   make -j1 prefix=$pkgdir/usr install