# Contributor: Tom K # Contributor: Aaron Ali # Contributor: Lucas H. Gabrielli # Maintainer: Stefan Husmann pkgname=libctl pkgver=4.0.1 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." depends=('bash') source=("$pkgname-$pkgver.tar.gz::https://github.com/stevengj/$pkgname/archive/v$pkgver.tar.gz") sha256sums=('59b4472b6a74e43b3d3567533256b524ef8a048fa6669939b37af04abe611554') license=('LGPL') options=('!libtool') build() { cd $pkgname-$pkgver ./autogen.sh ./configure --prefix=/usr LIBS="-lm" make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }