wok annotate python-mako/receipt @ rev 19683

Add: mate (a package to install all MATE desktop at once)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 12 00:43:16 2017 +0100 (2017-02-12)
parents 16df76e1fc6a
children 814362194a8d
rev   line source
taziden@3777 1 # SliTaz package receipt.
taziden@3777 2
taziden@3777 3 PACKAGE="python-mako"
pascal@19211 4 VERSION="1.0.4"
taziden@3777 5 CATEGORY="development"
taziden@3777 6 SHORT_DESC="Fast template library"
taziden@3777 7 MAINTAINER="taziden@slitaz.org"
pascal@15378 8 LICENSE="MIT"
taziden@3777 9 SOURCE="Mako"
taziden@3777 10 TARBALL="$SOURCE-$VERSION.tar.gz"
taziden@6465 11 WEB_SITE="http://www.makotemplates.org/"
pascal@19211 12 WGET_URL="https://pypi.python.org/packages/7a/ae/925434246ee90b42e8ef57d3b30a0ab7caf9a2de3e449b876c56dcb48155/$TARBALL"
taziden@3777 13 TAGS="python"
taziden@3777 14
pascal@15378 15 DEPENDS="python"
pascal@15378 16 BUILD_DEPENDS="python python-dev setuptools"
pascal@15378 17
taziden@3777 18 # Rules to configure and make the package.
taziden@3777 19 compile_rules()
taziden@3777 20 {
al@18077 21 python setup.py install --root=$DESTDIR
taziden@3777 22 }
taziden@3777 23
taziden@3777 24 # Rules to gen a SliTaz package suitable for Tazpkg.
taziden@3777 25 genpkg_rules()
taziden@3777 26 {
pascal@15378 27 cp -a $install/usr $fs
taziden@3777 28 }