updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / gfsview / PKGBUILD
blob273bb559383d160afeff83d682956f8f5b93a600
1 # Contributor: Brice Méalier <mealier_brice@yahoo.fr>
2 pkgname=gfsview
3 pkgver=0.4.2
4 pkgrel=1
5 pkgdesc="Viewer for the Gerris flow solver."
6 url="http://gfs.sourceforge.net/"
7 license="GPL"
8 depends=('gerris' 'gtkglext' 'mesa')
9 makedepends=('pkgconfig')
10 source=(http://dl.sourceforge.net/sourceforge/gfs/$pkgname-$pkgver.tar.gz)
11 md5sums=('5233484bfac321f27f01ca5287ca5fbe')
13 build() {
14   cd $startdir/src/$pkgname-$pkgver
15   ./configure --prefix=/usr
16   make || return 1
17   make DESTDIR=$startdir/pkg install