updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / django-registration / PKGBUILD
blobe99a80fbfcc7f50109394a380e2f3feac974d8fe
1 # Contributor: Chaiwat Suttipongsakul <cwt at bashell dot com>
2 # Maintainer: Laszlo Papp <djszapi at archlinux us>
4 pkgname=django-registration
5 pkgver=0.8
6 pkgrel=2
7 pkgdesc="A simple, generic user-registration application for Django"
8 arch=(any)
9 url="http://bitbucket.org/ubernostrum/django-registration/wiki/Home"
10 license=('GPL')
11 depends=('python2' 'django')
12 source=("http://bitbucket.org/ubernostrum/django-registration/downloads/$pkgname-$pkgver-alpha-1.tar.gz")
13 md5sums=('e2a31be19ebeda41d235a4c52b7bffe7')
15 build() {
16     cd "$srcdir/$pkgname-$pkgver-alpha-1"
17     python2 setup.py build || return 1
18     python2 setup.py install --root=$pkgdir --optimize=1 || return 1