wok-stable rev 3413
Ren: pysqlite -> python-pysqlite & U.R.O.P.T.D.O.I
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Fri Jun 12 22:20:17 2009 +0000 (2009-06-12) |
parents | 983e91358a71 |
children | 28c34e01f8c6 |
files | pysqlite/receipt python-django/receipt python-pysqlite/receipt |
line diff
1.1 --- a/pysqlite/receipt Fri Jun 12 22:13:01 2009 +0000 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,30 +0,0 @@ 1.4 -# SliTaz package receipt. 1.5 - 1.6 -PACKAGE="pysqlite" 1.7 -VERSION="2.5.1" 1.8 -CATEGORY="development" 1.9 -SHORT_DESC="Python interface for the SQLite database" 1.10 -MAINTAINER="sygne@ombres.eu" 1.11 -DEPENDS="sqlite python" 1.12 -BUILD_DEPENDS="sqlite-dev python-dev" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 -WEB_SITE="http://pysqlite.org/" 1.15 -WGET_URL="http://oss.itsystementwicklung.de/download/pysqlite/2.5/$VERSION/$TARBALL" 1.16 - 1.17 -# Rules to configure and make the package. 1.18 -compile_rules() 1.19 -{ 1.20 - cd $src 1.21 - 1.22 - python setup.py build 1.23 - python setup.py install --root=$PWD/_pkg 1.24 -} 1.25 - 1.26 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 -genpkg_rules() 1.28 -{ 1.29 - mkdir -p $fs/usr 1.30 - cp -a $_pkg/usr/lib $fs/usr 1.31 - 1.32 -} 1.33 -
2.1 --- a/python-django/receipt Fri Jun 12 22:13:01 2009 +0000 2.2 +++ b/python-django/receipt Fri Jun 12 22:20:17 2009 +0000 2.3 @@ -9,7 +9,7 @@ 2.4 TARBALL="$SOURCE-$VERSION.tar.gz" 2.5 WEB_SITE="http://www.djangoproject.com/" 2.6 WGET_URL="http://media.djangoproject.com/releases/1.0.2/$TARBALL" 2.7 -DEPENDS="python pysqlite" 2.8 +DEPENDS="python python-pysqlite" 2.9 SUGGESTED="python-mysql" 2.10 BUILD_DEPENDS="python python-dev" 2.11 2.12 @@ -31,4 +31,4 @@ 2.13 post_install() 2.14 { 2.15 rm -rf $1/var/lib/tazpkg/installed/django 2.16 -} 2.17 \ No newline at end of file 2.18 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/python-pysqlite/receipt Fri Jun 12 22:20:17 2009 +0000 3.3 @@ -0,0 +1,36 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="python-pysqlite" 3.7 +SOURCE="pysqlite" 3.8 +VERSION="2.5.1" 3.9 +CATEGORY="development" 3.10 +SHORT_DESC="Python interface for the SQLite database" 3.11 +MAINTAINER="sygne@ombres.eu" 3.12 +DEPENDS="sqlite python" 3.13 +BUILD_DEPENDS="sqlite-dev python-dev" 3.14 +TARBALL="$SOURCE-$VERSION.tar.gz" 3.15 +WEB_SITE="http://pysqlite.org/" 3.16 +WGET_URL="http://oss.itsystementwicklung.de/download/pysqlite/2.5/$VERSION/$TARBALL" 3.17 + 3.18 +# Rules to configure and make the package. 3.19 +compile_rules() 3.20 +{ 3.21 + cd $src 3.22 + 3.23 + python setup.py build 3.24 + python setup.py install --root=$PWD/_pkg 3.25 +} 3.26 + 3.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.28 +genpkg_rules() 3.29 +{ 3.30 + mkdir -p $fs/usr 3.31 + cp -a $_pkg/usr/lib $fs/usr 3.32 + 3.33 +} 3.34 + 3.35 +# Remove old package. 3.36 +post_install() 3.37 +{ 3.38 + rm -rf $1/var/lib/tazpkg/installed/pysqlite 3.39 +} 3.40 \ No newline at end of file