wok diff python-urwid/receipt @ rev 18097

Add outguess & stegdetect
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 28 12:43:56 2015 +0200 (2015-05-28)
parents 76b72f1ad63c
children 513507578692
line diff
     1.1 --- a/python-urwid/receipt	Sat Aug 10 11:00:21 2013 +0000
     1.2 +++ b/python-urwid/receipt	Thu May 28 12:43:56 2015 +0200
     1.3 @@ -9,7 +9,7 @@
     1.4  SOURCE="urwid"
     1.5  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://excess.org/urwid/"
     1.7 -WGET_URL="http://excess.org/urwid/$TARBALL"
     1.8 +WGET_URL="$WEB_SITE$TARBALL"
     1.9  
    1.10  DEPENDS="python"
    1.11  BUILD_DEPENDS="python python-dev"
    1.12 @@ -17,7 +17,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	python setup.py install --root=$DESTDIR
    1.18  }
    1.19  
    1.20 @@ -26,4 +25,3 @@
    1.21  {
    1.22  	cp -a $install/usr $fs
    1.23  }
    1.24 -