wok diff turses/receipt @ rev 15919

openbox: depends on xorg-libXcursor (fix no X in justx flavor)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 18 17:43:11 2014 +0100 (2014-02-18)
parents dc91909434af
children 7390f8de9846
line diff
     1.1 --- a/turses/receipt	Tue Aug 14 13:39:29 2012 +0200
     1.2 +++ b/turses/receipt	Tue Feb 18 17:43:11 2014 +0100
     1.3 @@ -5,23 +5,25 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="A Twitter client for the console."
     1.6  MAINTAINER="paul@slitaz.org"
     1.7 -DEPENDS="python setuptools python-httplib2 python-urwid python-oauth2 python-tweepy"
     1.8 -BUILD_DEPENDS="python python-dev setuptools"
     1.9 +LICENSE="GPL3"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="https://github.com/alejandrogomez/turses"
    1.12  WGET_URL="http://pypi.python.org/packages/source/t/$PACKAGE/$TARBALL"
    1.13  
    1.14 +DEPENDS="python setuptools python-httplib2 python-urwid python-oauth2 python-tweepy"
    1.15 +BUILD_DEPENDS="python python-dev setuptools"
    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 -	cp -a $_pkg/usr $fs
    1.30 +	cp -a $install/usr $fs
    1.31  }
    1.32