wok diff turses/receipt @ rev 19505

Rollback liboping (1.8.0)
author Paul Issott <paul@slitaz.org>
date Sat Nov 19 09:14:20 2016 +0000 (2016-11-19)
parents 23c3aed67cd9
children 6135577f4d08
line diff
     1.1 --- a/turses/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/turses/receipt	Sat Nov 19 09:14:20 2016 +0000
     1.3 @@ -10,13 +10,13 @@
     1.4  WEB_SITE="https://github.com/alejandrogomez/turses"
     1.5  WGET_URL="http://pypi.python.org/packages/source/t/$PACKAGE/$TARBALL"
     1.6  
     1.7 -DEPENDS="python setuptools python-httplib2 python-urwid python-oauth2 python-tweepy"
     1.8 +DEPENDS="python setuptools python-httplib2 python-urwid python-oauth2 \
     1.9 +python-tweepy"
    1.10  BUILD_DEPENDS="python python-dev setuptools"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16  	python setup.py build
    1.17  	python setup.py install --root=$DESTDIR
    1.18  }
    1.19 @@ -26,4 +26,3 @@
    1.20  {
    1.21  	cp -a $install/usr $fs
    1.22  }
    1.23 -