1 # Contributor: Patrick Kelly <kameo76890@gmail.com>
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)."
8 url="http://libre.adacore.com/libre/tools/xmlada/"
11 depends=("gcc" "gcc-ada")
20 source=("http://www.gfortran.org/download/linux/src/xmlada-gpl-for-gps-4.3.1-src.tgz")
22 md5sums=("d0b2ce94fda3a8b0898bfc1209dd682f")
25 cd xmlada-$pkgver$pkgrel
26 ./configure --prefix=$startdir/pkg
28 make DESTDIR=$startdir/pkg install || return 1