wok diff python-cheetah/receipt @ rev 15539

Up: firefox-langpack-es_ES (17.0.11esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 24 17:36:28 2013 +0100 (2013-11-24)
parents c3e487a122c6
children 06fa248c42f5
line diff
     1.1 --- a/python-cheetah/receipt	Sat Oct 09 16:56:31 2010 +0000
     1.2 +++ b/python-cheetah/receipt	Sun Nov 24 17:36:28 2013 +0100
     1.3 @@ -5,23 +5,25 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Cheetah is a template engine and code generation tool written in Python."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="MIT"
     1.8  SOURCE="Cheetah"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.cheetahtemplate.org/"
    1.11  WGET_URL="http://pypi.python.org/packages/source/C/$SOURCE/$TARBALL"
    1.12 +TAGS="python"
    1.13 +
    1.14  DEPENDS="python"
    1.15  BUILD_DEPENDS="python python-dev"
    1.16 -TAGS="python"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21  	cd $src
    1.22 -	python setup.py install --root=$PWD/_pkg
    1.23 +	python setup.py install --root=$DESTDIR
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29 -	cp -a $_pkg/usr $fs
    1.30 +	cp -a $install/usr $fs
    1.31  }