wok diff python-beaker/receipt @ rev 15415

Up: thunderbird-langpack-en_GB (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:36 2013 +0100 (2013-11-03)
parents 460d00ef1f0e
children 16df76e1fc6a
line diff
     1.1 --- a/python-beaker/receipt	Wed Sep 29 23:03:55 2010 +0000
     1.2 +++ b/python-beaker/receipt	Sun Nov 03 21:52:36 2013 +0100
     1.3 @@ -5,25 +5,26 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Cache and Session Library"
     1.6  MAINTAINER="taziden@slitaz.org"
     1.7 +LICENSE="BSD"
     1.8  SOURCE="Beaker"
     1.9 -DEPENDS="python"
    1.10 -BUILD_DEPENDS="python python-dev setuptools"
    1.11  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://pylonshq.com"
    1.13  WGET_URL="$WEB_SITE/download/1.0/$TARBALL"
    1.14  TAGS="python"
    1.15  
    1.16 +DEPENDS="python"
    1.17 +BUILD_DEPENDS="python python-dev setuptools"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22  	cd $src
    1.23 -    python setup.py install --root=$PWD/_pkg
    1.24 -
    1.25 +	python setup.py install --root=$DESTDIR
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	cp -a $_pkg/usr/ $fs
    1.32 +	cp -a $install/usr/ $fs
    1.33  }
    1.34