# HG changeset patch # User Christophe Lincoln # Date 1244766233 -7200 # Node ID c2d860f042a9faccc9a91bbbf90a2275d113c895 # Parent 1b51d8b402a5acae2521fe4c7d70c003ccc7e258 Add: python-cheetah diff -r 1b51d8b402a5 -r c2d860f042a9 python-cheetah/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-cheetah/receipt Fri Jun 12 02:23:53 2009 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="python-cheetah" +VERSION="2.2.0" +CATEGORY="development" +SHORT_DESC="Cheetah is a template engine and code generation tool written in Python." +MAINTAINER="pankso@slitaz.org" +SOURCE="Cheetah" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.cheetahtemplate.org/" +WGET_URL="$SF_MIRROR/cheetahtemplate/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" +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 +}