# $Id: PKGBUILD 106792 2011-01-19 09:34:43Z allan $ # Maintainer: Allan McRae pkgname=isl pkgver=0.05.1 pkgrel=1 pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints" arch=('i686' 'x86_64') url="http://www.kotnet.org/~skimo/isl/" license=('LGPL2.1') options=('!libtool') source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2) md5sums=('8ef8f307d3f042434e358ddf3320dcad') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr make make check } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install }