2 pkgname=django-imagekit-git
5 pkgdesc="Automated image processing for Django models"
7 url="https://github.com/jdriscoll/django-imagekit"
9 depends=('python' 'django' 'python-imaging')
11 provides=('django-imagekit')
15 _gitname="django-imagekit"
16 _gitroot="git://github.com/jdriscoll/django-imagekit.git"
20 msg "Connecting to GIT server..."
22 if [ -d $startdir/src/$_gitname ] ; then
23 cd $_gitname && git pull origin
24 msg "The local files are updated."
29 msg "GIT checkout done or server timeout"
31 python setup.py install --root=$pkgdir/