wok diff turses/receipt @ rev 20300
hp15c: fix help
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 04 00:21:41 2018 +0200 (2018-05-04) |
parents | 23c3aed67cd9 |
children | 6135577f4d08 |
line diff
1.1 --- a/turses/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/turses/receipt Fri May 04 00:21:41 2018 +0200 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 -