# HG changeset patch # User Claudinei Pereira # Date 1243813746 0 # Node ID 393a62dfce41a70bf5dfb6dd3d12798745a8d1c9 # Parent 0ba1fdc97c4cb11133a2344fdffdd222da0feeca Add: html5lib diff -r 0ba1fdc97c4c -r 393a62dfce41 html5lib/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/html5lib/receipt Sun May 31 23:49:06 2009 +0000 @@ -0,0 +1,27 @@ +# 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 +} +