updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / django-shpaml-template-loader-hg / PKGBUILD
blob0aea38e38a788ef26d1be38b354cfb47525e830a
1 # -*- shell-script -*-
3 python=python2
4 name=django-shpaml-template-loader
6 pkgname=$name-hg
7 pkgver=5
8 pkgrel=1
9 pkgdesc="Load shpaml (haml-like html alternative) templates in django seamlessly."
10 arch=(any)
11 url="http://bitbucket.org/jiaaro/$name"
12 license=('GPL3')
13 depends=('django')
14 makedepends=('mercurial' 'setuptools')
16 _hgroot="http://bitbucket.org/jiaaro"
17 _hgrepo=$name
19 build() {
20   cd $srcdir/$name
21   $python setup.py install --prefix=/usr --root=$pkgdir