updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / python2-stringtemplate / PKGBUILD
blob0ae11675dc6546bd9823fc4437285ae0cca0f9c5
1 pkgname=python2-stringtemplate
2 pkgver=3.2b1
3 pkgrel=1
4 pkgdesc='Python2 bindings for StringTemplate, a template engine for generating source code, web pages, emails, or any other formatted text output.'
5 url="http://www.stringtemplate.org/"
6 license=('BSD')
7 depends=('python-antlr2' 'python2')
8 makedepends=()
9 arch=('i686' 'x86_64')
10 source=(http://www.stringtemplate.org/download/PyStringTemplate-${pkgver}.tar.gz)
11 md5sums=('be68025b8349445ed799b87b8e366d2a')
13 build()
15    cd ${srcdir}/stringtemplate3-${pkgver}
16    python2 setup.py install --root $startdir/pkg || return 1