4 pkgdesc="Eli is a programming environment that supports all phases of translator construction with extensive libraries implementing common tasks, yet handling arbitrary special cases. Output is the C subset of C++."
6 url="http://eli-project.sourceforge.net/"
7 license=('GPL', 'LGPL')
8 source=(http://ovh.dl.sourceforge.net/sourceforge/eli-project/$pkgname-$pkgver.tar.bz2)
9 md5sums=('6dab5cf3152678914055bdbdf36e1106')
12 cd $srcdir/$pkgname-$pkgver/
13 #tar xfvj $pkgname-$pkgver.tar.bz2
14 #export ODIN_LOCALIPC=1
15 ./configure --prefix=/usr
17 #cp $startdir/Makefile $srcdir/$pkgname-$pkgver/Makefile
18 #make DESTDIR=$pkgdir install
20 ./install.sh $pkgdir/usr
22 md5sums=('2a0a1429c4ffffceab8a7ce24e5ed5fb')