#Packager: Frédéric Galusik <fredg~AT~salixos~dot~org>

pkgname=python-jinja
pkgver=2.6
pkgrel=1rl
#arch=noarch
source=(http://pypi.python.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
sourcetemplate=http://people.salixos.org/fredg/packages/$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
}