# HG changeset patch # User Claudinei Pereira # Date 1244765050 0 # Node ID d348790a08f3c26589551e6f3367f59b46ba29c1 # Parent 379359ccdce16021799855f994dfb95a7df027b0 Ren: html5lib -> python-html5lib diff -r 379359ccdce1 -r d348790a08f3 html5lib/receipt --- a/html5lib/receipt Fri Jun 12 00:00:38 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="html5lib" -VERSION="0.11.1" -CATEGORY="development" -SHORT_DESC="A ruby/python based html parser/tokenizer." -MAINTAINER="claudinei@slitaz.org" -TARBALL="$PACKAGE-$VERSION.zip" -WEB_SITE="http://code.google.com/p/html5lib" -WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" -DEPENDS="python" -BUILD_DEPENDS="python python-dev setuptools" - -# 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 379359ccdce1 -r d348790a08f3 python-html5lib/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-html5lib/receipt Fri Jun 12 00:04:10 2009 +0000 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="python-html5lib" +SOURCE="html5lib" +VERSION="0.11.1" +CATEGORY="development" +SHORT_DESC="A ruby/python based html parser/tokenizer." +MAINTAINER="claudinei@slitaz.org" +TARBALL="$SOURCE-$VERSION.zip" +WEB_SITE="http://code.google.com/p/html5lib" +WGET_URL="http://$SOURCE.googlecode.com/files/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python python-dev setuptools" + +# 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 +} +