wok view python-mako/receipt @ rev 22539

updated bird (2.0.3 -> 2.0.7)
author Hans-G?nter Theisgen
date Fri Jan 03 16:08:36 2020 +0100 (2020-01-03)
parents d39398e9bbc8
children 384bdaeb16fd
line source
1 # SliTaz package receipt.
3 PACKAGE="python-mako"
4 VERSION="1.0.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="https://pypi.python.org/packages/7a/ae/925434246ee90b42e8ef57d3b30a0ab7caf9a2de3e449b876c56dcb48155/$TARBALL"
13 TAGS="python"
15 DEPENDS="python"
16 BUILD_DEPENDS="python python-dev python-setuptools"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }