1 # Contributor: Michael P <ptchinster@archlinux.us>
2 # Contributor: Roberto Alsina <ralsina@kde.org>
3 # Contributor: Will Chappell <mr.chapendi@gmail.com>
4 # Contributor: Jesse Young <jesse.young@gmail.com>
5 # Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
10 pkgdesc="Compiles finite state machines from regular languages into executable C, C++, Objective-C, or D code."
11 arch=('i686' 'x86_64')
12 url="http://www.complang.org/ragel/"
14 source=("http://www.complang.org/$pkgname/$pkgname-$pkgver.tar.gz")
15 md5sums=('f4423e0d8a6538dd4e61498fcfad3cec')
18 cd "$srcdir/$pkgname-$pkgver"
20 ./configure --prefix=/usr
25 cd "$srcdir/$pkgname-$pkgver"
27 make DESTDIR="$pkgdir/" install