# Contributor: Tom K # Contributor: Aaron Ali # Contributor: Lucas H. Gabrielli # Maintainer: Stefan Husmann pkgname=libctl pkgver=4.0.0 pkgrel=1 arch=('i686' 'x86_64') url="http://ab-initio.mit.edu/wiki/index.php/Libctl" pkgdesc="A free Guile-based library implementing flexible control files for scientific simulations." source=("$pkgname-$pkgver.tar.gz::https://github.com/stevengj/$pkgname/archive/v$pkgver.tar.gz") sha256sums=('bdd7ee50f62d765b080a40d3cad4c22abdc790241318f0e7d51562411d6864cf') license=('LGPL') options=('!libtool') build() { cd $pkgname-$pkgver ./autogen.sh ./configure --prefix=/usr LIBS="-lm" make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }