django: update to 1.0

This commit is contained in:
Lucas Hazel 2008-09-08 08:09:08 +10:00
parent 4cca36458f
commit 4c4fecdac8
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
58b00f01adf50c2a8ce9f7c647f58fc0 django-r8916.tar.bz2
84d0490e4126f31d1c23f640e1e86f2f Django-1.0.tar.gz

View File

@ -4,12 +4,12 @@
# Depends on: setuptools
name=django
version=r8916
version=1.0
release=1
source=(http://crux.nu/~lucas/files/$name-$version.tar.bz2)
source=(http://media.djangoproject.com/releases/$version/Django-$version.tar.gz)
build() {
cd $name-$version
cd Django-$version
python setup.py install --root=$PKG
# Don't lay eggs
find $PKG -name '*egg-info' | xargs rm