1 # Contributor: Jeff Bailes <thepizzaking@gmail.com>
2 # Contributor: Thomas Dziedzic
7 pkgdesc="A 2D implicit equation grapher"
9 url="http://eqtn-grapher.sourceforge.net/"
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')
19 ./configure --prefix=/usr --sysconfdir=/etc
23 make DESTDIR=$pkgdir install || return 1