wok view python-mako/receipt @ rev 17434

Up: wv (1.2.9)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Dec 07 11:41:39 2014 +0100 (2014-12-07)
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 }