updated on Fri Jan 13 04:01:25 UTC 2012
[aur-mirror.git] / eqtn-grapher / PKGBUILD
blob4726dd7556afca3a5e249e5a85129d0b22d2360a
1 # Contributor: Jeff Bailes <thepizzaking@gmail.com>
2 # Contributor: Thomas Dziedzic
4 pkgname=eqtn-grapher
5 pkgver=20090301
6 pkgrel=2
7 pkgdesc="A 2D implicit equation grapher"
8 arch=('i686' 'x86_64')
9 url="http://eqtn-grapher.sourceforge.net/"
10 license=('GPL')
11 depends=('gtk2')
12 install=eqtn-grapher.install
13 source=("http://downloads.sourceforge.net/project/eqtn-grapher/eqtn-grapher/bugfixes%2C%20minor%20feature/grapher-$pkgver.tar.gz")
14 md5sums=('1c75a94836df4a74f3b71c51139062f6')
16 build() {
17   cd grapher-$pkgver
19   ./configure --prefix=/usr --sysconfdir=/etc
21   make || return 1
23   make DESTDIR=$pkgdir install || return 1