updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / dislin / PKGBUILD
blobc9b2032e0ef0893f148916de3f4cc7cecc038f9a
1 # $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
2 # Maintainer:  <ying@althonx4>
3 # with inspirited by duca <edumlopes@gmail.com>
4 pkgname=dislin
5 pkgver=10.2
6 pkgrel=1
7 pkgdesc="A high level library of subroutines and functions that display data graphically. It is intended to be a powerful and easy to use, support C, ch, python, perl, java, fortran, lua (3rd party)"
8 url="http://www.mps.mpg.de/dislin/"
9 arch=('x86_64')
10 license=('custom')
11 depends=('openmotif')
12 makedepends=()
13 conflicts=()
14 replaces=()
15 backup=()
16 install=install.$pkgname
17 if [ "$CARCH" = "x86_64" ]
18 then
19         source=('ftp://ftp.gwdg.de/pub/grafik/dislin/linux/i586_64/dislin-10.2.linux.i586_64.tar.gz')
20         md5sums=('d88c6b6fa93ee8b58977ccb9ea2dd04a')
21 else
22         source=('ftp://ftp.gwdg.de/pub/grafik/dislin/linux/i586/dislin-10.2.linux.i586.tar.gz')
23         md5sums=('9cf88e289078707f431cb37c2d69c7c7')
26 build() {
27   mkdir -p $pkgdir/usr/lib/${pkgname}/man
28   cd $srcdir/${pkgname}-${pkgver}/
29         export DISLIN=$pkgdir/usr/lib/dislin
30         sh INSTALL
33 package() {
34         install=install.$pkgname