summaryrefslogtreecommitdiff
path: root/community/grace
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-12 22:37:15 +0000
committerroot <root@rshg047.dnsready.net>2011-05-12 22:37:15 +0000
commit1982ae8d63ab142a2a16bdf1b055110d9c9f40fd (patch)
treedbb34352753ef1b7e1893aa225490fad5306ba22 /community/grace
parent5c25d28847bcae8c3c51c1babcb09d36c7fbddba (diff)
Thu May 12 22:37:08 UTC 2011
Diffstat (limited to 'community/grace')
-rw-r--r--community/grace/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/grace/PKGBUILD b/community/grace/PKGBUILD
index c0bd0d791..3a74d0fb0 100644
--- a/community/grace/PKGBUILD
+++ b/community/grace/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 32615 2010-11-15 22:22:27Z spupykin $
+# $Id: PKGBUILD 46737 2011-05-11 10:00:50Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: damir <damir@archlinux.org>
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
pkgname=grace
pkgver=5.1.22
-pkgrel=4
+pkgrel=5
pkgdesc="2D plotting tool"
arch=(i686 x86_64)
url="http://plasma-gate.weizmann.ac.il/Grace/"
@@ -14,7 +14,6 @@ makedepends=('netcdf' 'fftw')
license=('GPL')
source=(ftp://plasma-gate.weizmann.ac.il/pub/grace/src/grace5/$pkgname-$pkgver.tar.gz)
md5sums=('672356466f18fe59ed21a8fb44f9851d')
-md5sums=('672356466f18fe59ed21a8fb44f9851d')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -23,6 +22,10 @@ build() {
--includedir=/usr/include --libdir=/usr/lib \
-with-helpviewer="firefox %s"
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
cd $pkgdir/usr/share/grace && mv bin lib include ../../
}