updated on Wed Jan 11 16:09:51 UTC 2012
[aur-mirror.git] / libctl / PKGBUILD
blobe8f1660f71c27fc82497ad6787be471df399e9df
1 # Contributor: Tom K <tomk@runbox.com>
2 # Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
3 pkgname=libctl
4 pkgver=3.1
5 pkgrel=1
6 arch=('i686' 'x86_64')
7 pkgdesc="A free Guile-based library implementing flexible control files for scientific simulations."
8 depends=('guile')
9 source=(http://ab-initio.mit.edu/$pkgname/$pkgname-$pkgver.tar.gz)
10 md5sums=('173fdc658b652a4ddfb983efc849e760')
11 url="http://ab-initio.mit.edu/wiki/index.php/Libctl"
12 license=('GPL')
13 options=('!libtool')
15 build() {
16   cd ${srcdir}/$pkgname-$pkgver
17   ./configure --prefix=/usr || return 1
18   make || return 1
19   make DESTDIR=${pkgdir} install || return 1