#Packager: Frédéric Galusik pkgname=python-jinja pkgver=2.7.1 pkgrel=1rl #arch=noarch source=(https://pypi.python.org/packages/source/J/Jinja2/Jinja2-2.7.1.tar.gz) sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("authors" "changes" "license") url=http://jinja.pocoo.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "python-jinja (full featured template engine for Python)" "Jinja2 is a full featured template engine for Python. It has full " "unicode support, an optional integrated sandboxed execution " "environment, widely used and BSD licensed." ) build() { cd $SRC/Jinja2-$pkgver python setup.py install --prefix=/usr --root=$PKG }