1 # $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
2 # Maintainer: Artyom Olshevskiy <siasia@siasia>
7 pkgdesc="Useful utility functions and classes for use with Django"
8 url="http://code.google.com/p/reviewboard/wiki/Djblets"
12 makedepends=('python2-distribute')
17 source=(http://downloads.reviewboard.org/releases/Djblets/${_pkgver}/Djblets-${pkgver}.tar.gz)
18 md5sums=('e4337111e9cc0a04db38eac5c2ad1383')
20 cd ${srcdir}/Djblets-$pkgver
21 python2 setup.py install --root=${pkgdir} --optimize=1
22 rm ${pkgdir}/usr/lib/python2.7/site-packages/tests/*