summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fe403230cf6a1f9307602dc22100b7f252ff6cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Contributor: Patrick Kelly <kameo76890 at gmail dot com>
# Contributor: Georgios  Tsalikis <aliverius somewhere near tsalikis and a net>
# Contributor: Rod Kay <charlie5 on #ada at freenode.net>

pkgname=xmlada
pkgver=2016
pkgrel=1
pkgdesc="A full XML suite for Ada"

arch=('i686' 'x86_64')
url="http://libre.adacore.com/libre/tools/xmlada/"
license=('GPL')

depends=("gcc-ada")

source=(http://mirrors.cdn.adacore.com/art/57399978c7a447658e0affc0)
md5sums=('631957d2f55277f1d58a68186fbf5022')


build()
{
  cd $srcdir/$pkgname-gpl-$pkgver-src

  ./configure --prefix=/usr
  make all
}


package() 
{
  cd $srcdir/$pkgname-gpl-$pkgver-src

  make -j1 prefix=$pkgdir/usr install 
}