wok view python-cheetah/receipt @ rev 15943

arm arch: fix pkgs build for kbd and e2fsprogs plus add flex and check
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 22 23:10:15 2014 +0100 (2014-02-22)
parents c3e487a122c6
children 06fa248c42f5
line source
1 # SliTaz package receipt.
3 PACKAGE="python-cheetah"
4 VERSION="2.4.3"
5 CATEGORY="development"
6 SHORT_DESC="Cheetah is a template engine and code generation tool written in Python."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 SOURCE="Cheetah"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://www.cheetahtemplate.org/"
12 WGET_URL="http://pypi.python.org/packages/source/C/$SOURCE/$TARBALL"
13 TAGS="python"
15 DEPENDS="python"
16 BUILD_DEPENDS="python python-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }