# HG changeset patch # User Claudinei Pereira # Date 1244765762 0 # Node ID a5018f0d31226a45376479f741098a62b9ff55ed # Parent 7827b239c2fe4e2417607feaa913e7b5917f2d5b Ren: simplejson -> python-simplejson diff -r 7827b239c2fe -r a5018f0d3122 python-simplejson/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-simplejson/receipt Fri Jun 12 00:16:02 2009 +0000 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="python-simplejson" +SOURCE="simplejson" +VERSION="2.0.9" +CATEGORY="development" +SHORT_DESC="Simple, fast, extensible JSON encoder/decoder for python." +MAINTAINER="claudinei@slitaz.org" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://pypi.python.org/pypi/simplejson" +WGET_URL="http://pypi.python.org/packages/source/s/$SOURCE/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python-dev" + +# 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 7827b239c2fe -r a5018f0d3122 simplejson/receipt --- a/simplejson/receipt Fri Jun 12 00:11:31 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="simplejson" -VERSION="2.0.9" -CATEGORY="development" -SHORT_DESC="Simple, fast, extensible JSON encoder/decoder for python." -MAINTAINER="claudinei@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://pypi.python.org/pypi/simplejson" -WGET_URL="http://pypi.python.org/packages/source/s/$PACKAGE/$TARBALL" -DEPENDS="python" -BUILD_DEPENDS="python-dev" - -# 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 -} -