wok view python-mako/receipt @ rev 16344

Add: cellwriter (a grid-entry natural handwriting input panel with virtual keyboard)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 18:58:11 2014 +0200 (2014-04-12)
parents c1b973ec1a43
children 16df76e1fc6a
line source
1 # SliTaz package receipt.
3 PACKAGE="python-mako"
4 VERSION="0.3.4"
5 CATEGORY="development"
6 SHORT_DESC="Fast template library"
7 MAINTAINER="taziden@slitaz.org"
8 LICENSE="MIT"
9 SOURCE="Mako"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://www.makotemplates.org/"
12 WGET_URL="$WEB_SITE/downloads/$TARBALL"
13 TAGS="python"
15 DEPENDS="python"
16 BUILD_DEPENDS="python python-dev setuptools"
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 }