updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / django-dajaxice / PKGBUILD
blob19e8bf0f4b7572a2906b1b1181e54c801027be08
1 # Contributor: Dominik Fuchs <dominik.fuchs AT wur DOT nl>
3 pkgname=django-dajaxice
4 pkgver=0.1.4
5 pkgrel=1
6 pkgdesc="Easy to use AJAX library for django. dajaxice main goal is to trivialize the asynchronous communication within the django server side code and your js code."
7 arch=(any)
8 url="http://dajaxproject.com/"
9 license=('GPL')
10 depends=(python)
11 makedepends=()
12 source=(http://github.com/downloads/jorgebastida/django-dajaxice/$pkgname-$pkgver.tar.gz)
13 noextract=()
14 md5sums=('63a3ac3b5c41c8c5eea655eddd3fcb34')
16 build() {
17    cd $srcdir/$pkgname-$pkgver
18    python setup.py install --root=$pkgdir || return 1