# HG changeset patch # User Claudinei Pereira # Date 1244764566 0 # Node ID 539bd46341a22f4e637176595181cb98e25305ce # Parent 3282067b4a20bbc56b4577a15929191c9b24041d Ren: django -> python-django diff -r 3282067b4a20 -r 539bd46341a2 django/receipt --- a/django/receipt Thu Jun 11 23:51:02 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="django" -SOURCE="Django" -VERSION="1.0.2-final" -CATEGORY="development" -SHORT_DESC="Django is a high-level Python Web framework." -MAINTAINER="claudinei@slitaz.org" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://www.djangoproject.com/" -WGET_URL="http://media.djangoproject.com/releases/1.0.2/$TARBALL" -DEPENDS="python pysqlite" -SUGGESTED="mysql-python" -BUILD_DEPENDS="python-dev" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - python setup.py install --root=$PWD/_pkg -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $_pkg/usr $fs -} - diff -r 3282067b4a20 -r 539bd46341a2 python-django/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-django/receipt Thu Jun 11 23:56:06 2009 +0000 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="python-django" +SOURCE="Django" +VERSION="1.0.2-final" +CATEGORY="development" +SHORT_DESC="Django is a high-level Python Web framework." +MAINTAINER="claudinei@slitaz.org" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.djangoproject.com/" +WGET_URL="http://media.djangoproject.com/releases/1.0.2/$TARBALL" +DEPENDS="python pysqlite" +SUGGESTED="python-mysql" +BUILD_DEPENDS="python python-dev" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr $fs +} +