#Packager: Dimitris Tzemos pkgname=pyparsing pkgver=2.1.1 pkgrel=1dj source=("http://downloads.sourceforge.net/pyparsing/pyparsing-2.1.1.tar.gz") sourcetemplate=http://people.salixos.org/djemos/salix/14.2/$pkgname docs=("authors" "install" "readme" "copying") url=http://pyparsing.wikispaces.com/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pyparsing (parsing module for python)" "The pyparsing module is an alternative approach to creating and" "executing simple grammars, vs. the traditional lex/yacc" "approach, or the use of regular expressions. The pyparsing" "module provides a library of classes that client code uses to" "construct the grammar directly in Python code." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg }