# Contributor: Tom K # Maintainer: Aaron Ali # Maintainer: Lucas H. Gabrielli pkgname=libctl pkgver=3.2.2 pkgrel=1 arch=('i686' 'x86_64') pkgdesc="A free Guile-based library implementing flexible control files for scientific simulations." depends=('guile') source=(http://ab-initio.mit.edu/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('5fd7634dc9ae8e7fa70a68473b9cbb68') url="http://ab-initio.mit.edu/wiki/index.php/Libctl" license=('GPL') options=('!libtool') build() { cd ${srcdir}/$pkgname-$pkgver ./configure --prefix=/usr LIBS="-lm" make } package() { cd ${srcdir}/$pkgname-$pkgver make DESTDIR=${pkgdir} install }