# HG changeset patch # User ernia # Date 1359492749 0 # Node ID 0463923b1bd3ab7511f00cbdb89d5b8b69ea059f # Parent bdd79429958e84af7171f225e7cab5429b120379 add python cssutils diff -r bdd79429958e -r 0463923b1bd3 python-cssutils/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-cssutils/receipt Tue Jan 29 20:52:29 2013 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="python-cssutils" +VERSION="0.9.10b1" +CATEGORY="development" +SHORT_DESC="A Python package to parse and build CSS Cascading Style Sheets." +MAINTAINER="monghitri@aruba.it" +SOURCE="cssutils" +TARBALL="$SOURCE-$VERSION.zip" +WEB_SITE="http://cthedot.de/cssutils/" +WGET_URL="http://pypi.python.org/packages/source/c/cssutils/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python setuptools" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +} +