#Packager: Vasile Coman pkgname=logilab-astng pkgver=0.23.0 pkgrel=1vc source=("http://download.logilab.org/pub/astng/logilab-astng-$pkgver.tar.gz") sourcetemplate=http://people.salixos.org/kerd/$pkgname/$pkgver/ docs=("readme" "install" "copying" "ChangeLog" "authors" "todo") url=http://www.logilab.org/project/logilab-astng options=('noautodotnew') slackdesc=\ ( #|-----handy-ruler----------------------------------------------| "Logilab-astng (Python Code Checkers Modules)" "The aim of this module is to provide common base" "representation of python source code for projects such as" "pychecker, pyreverse pylint... Well, actually the development" "of this library is essentialy governed by pylint's needs." "http://www.logilab.org/project/logilab-astng" ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py build python setup.py install --root=$startdir/pkg }