# SliTaz package receipt.

PACKAGE="python-cheetah"
VERSION="2.4.3"
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="http://pypi.python.org/packages/source/C/$SOURCE/$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
}