1 # Maintainer: Akeru <AkeruLC@gmail.com>
6 pkgdesc="An extremely simple X11 graphics library for C and FORTRAN."
8 url="http://www.ir.isas.jaxa.jp/~cyamauch/eggx_procall"
10 optdepends=('netpbm: to apply file-formats supported by netpbm' 'imagemagick: to apply file-formats supported by imagemagick')
11 source=($url/$pkgname-$pkgver.tar.gz)
12 md5sums=('ad6cf455d3e74595ca91ec7b205ec98a')
15 cd "$srcdir/$pkgname-$pkgver"
16 ln -sf Makefile.linux Makefile
17 sed -e "/^PREFIX/c PREFIX = \/usr" Makefile > buf
23 cd "$srcdir/$pkgname-$pkgver"
24 make DESTDIR="$pkgdir/" install