# HG changeset patch # User Christophe Lincoln # Date 1244766205 -7200 # Node ID 1b51d8b402a5acae2521fe4c7d70c003ccc7e258 # Parent f4b150e1cc1eec2cc7d393e38fb51f85003fde0b Add: python-kid (Kid template engine) - Python modules must start with python- diff -r f4b150e1cc1e -r 1b51d8b402a5 python-kid/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-kid/receipt Fri Jun 12 02:23:25 2009 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="python-kid" +VERSION="0.9.6" +CATEGORY="development" +SHORT_DESC="Pythonic, XML-based Templating." +MAINTAINER="pankso@slitaz.org" +SOURCE="kid" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.kid-templating.org/" +WGET_URL="http://www.kid-templating.org/dist/$VERSION/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python python-dev setuptools" +TAGS="python" + +# 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() +{ + cp -a $_pkg/usr $fs +}