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>
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/"
16 install=install.$pkgname
17 if [ "$CARCH" = "x86_64" ]
19 source=('ftp://ftp.gwdg.de/pub/grafik/dislin/linux/i586_64/dislin-10.2.linux.i586_64.tar.gz')
20 md5sums=('d88c6b6fa93ee8b58977ccb9ea2dd04a')
22 source=('ftp://ftp.gwdg.de/pub/grafik/dislin/linux/i586/dislin-10.2.linux.i586.tar.gz')
23 md5sums=('9cf88e289078707f431cb37c2d69c7c7')
27 mkdir -p $pkgdir/usr/lib/${pkgname}/man
28 cd $srcdir/${pkgname}-${pkgver}/
29 export DISLIN=$pkgdir/usr/lib/dislin
34 install=install.$pkgname