updated on Fri Jan 20 16:18:17 UTC 2012
[aur-mirror.git] / xml-ada / PKGBUILD
blobd22867da0743ec59f7e527f7b0550b6eae6de881
1 # Contributor: Patrick Kelly <kameo76890@gmail.com>
3 pkgname="xml-ada"
4 pkgver="3.1"
5 pkgrel="w"
6 pkgdesc="XML/Ada is a set of modules that provide a simple manipulation of XML streams. It supports the whole XML 1.1 specifications, and can parse any file that follows this standard (including the contents of the DTD, although no validation of the document is done based on those)."
7 arch=('i686' 'x86_64')
8 url="http://libre.adacore.com/libre/tools/xmlada/"
9 license=('GPL')
10 groups=("ada-dev")
11 depends=("gcc" "gcc-ada")
12 makedepends=("")
13 optdepends=("")
14 provides=("xml-ada")
15 conflicts=("")
16 replaces=("")
17 backup=("")
18 options=("")
19 install=
20 source=("http://www.gfortran.org/download/linux/src/xmlada-gpl-for-gps-4.3.1-src.tgz")
21 noextract=("")
22 md5sums=("d0b2ce94fda3a8b0898bfc1209dd682f")
24 build() {
25         cd xmlada-$pkgver$pkgrel
26         ./configure --prefix=$startdir/pkg
27         make || return 1
28         make DESTDIR=$startdir/pkg install || return 1