2 pkgname=django-filter-git
5 pkgdesc="A generic system for filtering Django QuerySets based on user selections"
7 url="https://github.com/alex/django-filter"
9 depends=('python' 'django')
11 provides=('django-filter')
15 _gitname="django-filter"
16 _gitroot="git://github.com/alex/django-filter.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/