updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / eli / PKGBUILD
blobe891f81298f04857e9e692731412fb371ad0590e
1 pkgname=eli
2 pkgver=4.7.4
3 pkgrel=1
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++."
5 arch=(i686 x86_64)
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')
11 build() {
12   cd $srcdir/$pkgname-$pkgver/
13   #tar xfvj $pkgname-$pkgver.tar.bz2
14   #export ODIN_LOCALIPC=1
15   ./configure --prefix=/usr
16   make nobrowsers 
17   #cp $startdir/Makefile $srcdir/$pkgname-$pkgver/Makefile
18   #make DESTDIR=$pkgdir install
19   #chmod 755 -R $pkgdir
20   ./install.sh $pkgdir/usr
22 md5sums=('2a0a1429c4ffffceab8a7ce24e5ed5fb')