wok diff pyroom/receipt @ rev 16570

Up: childsplay (2.6.1)
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 18:33:57 2014 +0200 (2014-05-02)
parents dd8d1d85b596
children d3eb5f4b53ea
line diff
     1.1 --- a/pyroom/receipt	Sat Oct 10 23:04:17 2009 +0000
     1.2 +++ b/pyroom/receipt	Fri May 02 18:33:57 2014 +0200
     1.3 @@ -5,24 +5,26 @@
     1.4  CATEGORY="office"
     1.5  SHORT_DESC="Full screen editor."
     1.6  MAINTAINER="paul@slitaz.org"
     1.7 -DEPENDS="python pygtk python-xdg libffi"
     1.8 -BUILD_DEPENDS="python python-dev gettext"
     1.9 +LICENSE="GPL3"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://pyroom.org/"
    1.12  WGET_URL="http://launchpad.net/pyroom/0.4/$VERSION/+download/$TARBALL"
    1.13  
    1.14 +DEPENDS="python pygtk python-xdg libffi"
    1.15 +BUILD_DEPENDS="python python-dev gettext"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20  	cd $src
    1.21  	python setup.py build &&
    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  	mkdir -p $fs
    1.30 -	cp -a $_pkg/usr $fs
    1.31 +	cp -a $install/usr $fs
    1.32  }
    1.33