1 # Maintainer palbo <palbof@gmail.com>
5 pkgdesc="Toy Parser Generator is a lexical and syntactic parser generator for Python"
7 url="http://christophe.delord.free.fr/tpg/"
10 source=(http://christophe.delord.free.fr/tpg/download/TPG-$pkgver.tar.gz)
11 md5sums=('6db93d06bba42dd8200098a6ea4365e5')
14 cd $startdir/src/TPG-$pkgver
15 python setup.py install --root=$startdir/pkg || return 1