summaryrefslogtreecommitdiff
path: root/community/gri/PKGBUILD
blob: be8bc22761bee8d4ec745bbfb1a5d4cef474f836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
# Contributor: big_gie nbigaouette . at . gmail.com
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>

pkgname=gri
pkgver=2.12.22
pkgrel=1
pkgdesc="A script-based language for scientific graphics programming."
arch=('i686' 'x86_64')
license=('GPL')
url="http://gri.sourceforge.net/"
depends=('imagemagick' 'texlive-core' 'perl')
makedepends=('ghostscript' 'gzip')
source=(http://downloads.sourceforge.net/gri/$pkgname-$pkgver.tar.gz)
md5sums=('e719475161761fa9c7d2e2c2e94c2e76')
install=gri.install

build() {
  cd $srcdir/$pkgname-$pkgver
  ./configure --prefix=/usr
  make
}
package() {
  cd $srcdir/$pkgname-$pkgver
  make DESTDIR=$pkgdir install
  rm $pkgdir/usr/share/info/*.gz
}