updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / geg / PKGBUILD
blob4c132492bcec074c197e6c15c172757d38144ded
1 # Maintainer: Peter Lewis <pete@muddygoat.org>
2 # Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
4 pkgname=geg
5 pkgver=1.0.2
6 pkgrel=4
7 pkgdesc="A GTK+ Equation Grapher, with ease of use and simplicity in mind"
8 arch=('i686' 'x86_64')
9 license=('GPL')
10 url="http://metalab.unc.edu/pub/Linux/science/visualization/plotting/"
11 depends=('gtk')
12 source=("http://www.ibiblio.org/pub/Linux/science/visualization/plotting/$pkgname-$pkgver.tar.gz" "$pkgname.desktop")
13 md5sums=('0c3c15874eb10a0463dc12e680b38081'
14          '27c4450a2da9dc17237250f4a15d63e9')
16 build() {
17   cd "$srcdir/$pkgname-$pkgver"
18   ./configure --prefix=/usr
19   make
22 package() {
23   cd "$srcdir/$pkgname-$pkgver"
24   make DESTDIR="$pkgdir" install
25   install -D -m644 "$srcdir/$pkgname.desktop" \
26       "$pkgdir/usr/share/applications/$pkgname.desktop"