1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
6 pkgdesc="A scanner and parser generator designed to address some shortcomings of the traditional lex/yacc combination."
8 url="http://speculate.de/styx/"
9 license=('GPL2' 'LGPL')
11 source=("http://speculate.de/styx/$pkgname-$pkgver.tar.gz")
12 md5sums=('71ef4c7bb2c40d1be73a670153d66b2e')
15 cd "$srcdir/$pkgname-$pkgver"
17 ./configure --prefix=/usr \
19 --datarootdir=/usr/share/$pkgname \
20 --includedir=/usr/include/$pkgname
26 cd "$srcdir/$pkgname-$pkgver"
28 make DESTDIR="$pkgdir/" install