# HG changeset patch # User Pascal Bellard # Date 1368618850 -7200 # Node ID b753766cd64e89d863dc23c55b114bc511f534dc # Parent 9f844d712dfff0896d97108584832ace6d227b8c Add python-genshi diff -r 9f844d712dff -r b753766cd64e python-genshi/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-genshi/receipt Wed May 15 13:54:10 2013 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="pythonx-genshi" +VERSION="0.7 +CATEGORY="development" +SHORT_DESC="Python toolkit for generation of output for the web." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="Genshi" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://genshi.edgewall.org/" +WGET_URL="http://ftp.edgewall.com/pub/genshi/$TARBALL" + +DEPENDS="python" +BUILD_DEPENDS="python python-dev" + +# 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 +}