updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / django-dajax / PKGBUILD
blob55905c3d09c86b5899389e9dd90e307e538c3e28
1 # Contributor: Dominik Fuchs <dominik.fuchs AT wur DOT nl>
3 pkgname=django-dajax
4 pkgver=0.8.4
5 pkgrel=1
6 pkgdesc="Dajax is a powerfull tool to easily and super-fastly develop asynchronous presentation logic in web applications using python and almost no lines of JS source code."
7 arch=(any)
8 url="http://dajaxproject.com/"
9 license=('GPL')
10 depends=(django-dajaxice)
11 makedepends=()
12 source=(http://github.com/downloads/jorgebastida/django-dajax/$pkgname-$pkgver.tar.gz)
13 noextract=()
14 md5sums=('46b253e3671a2ff27eb475f963dfd550')
16 build() {
17    cd $srcdir/$pkgname-$pkgver
18    python setup.py install --root=$pkgdir || return 1