summaryrefslogtreecommitdiff
path: root/community/gri/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-24 23:14:53 +0000
committerroot <root@rshg054.dnsready.net>2011-11-24 23:14:53 +0000
commit5894dd675f4bd3ba296d262fae99b3b87a0f87fd (patch)
treea39397b8475e7ca9c5d6950d607183669edfac53 /community/gri/PKGBUILD
parent1e1e4927b05d9b242bfe83794e3a98ab2c8f79ef (diff)
Thu Nov 24 23:14:53 UTC 2011
Diffstat (limited to 'community/gri/PKGBUILD')
-rw-r--r--community/gri/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/gri/PKGBUILD b/community/gri/PKGBUILD
index 19ba1e79a..bfbbb3451 100644
--- a/community/gri/PKGBUILD
+++ b/community/gri/PKGBUILD
@@ -1,16 +1,18 @@
+# $Id: PKGBUILD 59365 2011-11-23 20:42:48Z andrea $
+# Maintainer:
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
# Contributor: big_gie nbigaouette . at . gmail.com
-# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gri
pkgver=2.12.23
pkgrel=1
-pkgdesc="A script-based language for scientific graphics programming."
+pkgdesc="A script-based language for scientific graphics programming"
arch=('i686' 'x86_64')
license=('GPL')
url="http://gri.sourceforge.net/"
depends=('perl')
-makedepends=('ghostscript' 'gzip' 'imagemagick')
+makedepends=('ghostscript' 'gzip' 'imagemagick' 'texlive-bin')
source=(http://downloads.sourceforge.net/gri/$pkgname-$pkgver.tar.gz)
install=gri.install
md5sums=('eabd37f80ac51f7aef83a89234fb6522')
@@ -20,6 +22,7 @@ build() {
./configure --prefix=/usr
make
}
+
package() {
cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install