summaryrefslogtreecommitdiff
path: root/django-dbtemplates/Pkgfile
blob: 6344c5b1d0e505f9123c2d5c742dae69070ee1ec (plain)
    1 # Description: Django app for storing templates in database
    2 # URL: http://wiki.github.com/jezdez/django-dbtemplates
    3 # Maintainer: Lucas Hazel, lucas at die dot net dot au
    4 # Depends on: django
    5 
    6 name=django-dbtemplates
    7 version=0.5.3
    8 release=1
    9 source=(http://cloud.github.com/downloads/jezdez/$name/$name-$version.tar.gz)
   10 
   11 build() {
   12 	cd $name-$version
   13 	python setup.py install \
   14 	    --root=$PKG \
   15             --install-purelib=/usr/share/django/apps \
   16             --install-scripts=/usr/bin
   17 	find $PKG -name '*egg-info' | xargs rm -rf
   18 }

Generated by cgit