# HG changeset patch # User Claudinei Pereira # Date 1244845217 0 # Node ID 63e63926a8cacfc7cd893e94b3e3a008d5f3dbee # Parent 983e91358a714d070163cf3e9d9252393bbdf96e Ren: pysqlite -> python-pysqlite & U.R.O.P.T.D.O.I diff -r 983e91358a71 -r 63e63926a8ca pysqlite/receipt --- a/pysqlite/receipt Fri Jun 12 22:13:01 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="pysqlite" -VERSION="2.5.1" -CATEGORY="development" -SHORT_DESC="Python interface for the SQLite database" -MAINTAINER="sygne@ombres.eu" -DEPENDS="sqlite python" -BUILD_DEPENDS="sqlite-dev python-dev" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://pysqlite.org/" -WGET_URL="http://oss.itsystementwicklung.de/download/pysqlite/2.5/$VERSION/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - - python setup.py build - 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/lib $fs/usr - -} - diff -r 983e91358a71 -r 63e63926a8ca python-django/receipt --- a/python-django/receipt Fri Jun 12 22:13:01 2009 +0000 +++ b/python-django/receipt Fri Jun 12 22:20:17 2009 +0000 @@ -9,7 +9,7 @@ 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" +DEPENDS="python python-pysqlite" SUGGESTED="python-mysql" BUILD_DEPENDS="python python-dev" @@ -31,4 +31,4 @@ post_install() { rm -rf $1/var/lib/tazpkg/installed/django -} \ No newline at end of file +} diff -r 983e91358a71 -r 63e63926a8ca python-pysqlite/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pysqlite/receipt Fri Jun 12 22:20:17 2009 +0000 @@ -0,0 +1,36 @@ +# SliTaz package receipt. + +PACKAGE="python-pysqlite" +SOURCE="pysqlite" +VERSION="2.5.1" +CATEGORY="development" +SHORT_DESC="Python interface for the SQLite database" +MAINTAINER="sygne@ombres.eu" +DEPENDS="sqlite python" +BUILD_DEPENDS="sqlite-dev python-dev" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://pysqlite.org/" +WGET_URL="http://oss.itsystementwicklung.de/download/pysqlite/2.5/$VERSION/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + + python setup.py build + 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/lib $fs/usr + +} + +# Remove old package. +post_install() +{ + rm -rf $1/var/lib/tazpkg/installed/pysqlite +} \ No newline at end of file