1 #Contributor: Nathan O <ndowens.aur at gmail dot com>
6 pkgdesc="A library which contains an implementation of DAP 2.0 and 3.1"
8 url="http://www.opendap.org/download/libdap++.html"
10 depends=('curl' 'libxml2' 'util-linux-ng')
12 source=(http://www.opendap.org/pub/source/${pkgname}-${pkgver}.tar.gz)
13 md5sums=('793755cc9ba8ff34f63e6185709b8e00')
16 cd ${srcdir}/${pkgname}-${pkgver}
18 ./configure --prefix=/usr
23 cd ${srcdir}/${pkgname}-${pkgver}
25 make DESTDIR=${pkgdir} install