wok diff python-urwid/receipt @ rev 18156
Add: tazpanel-ttf-css. Fix duplicate: slitaz-base-files (277)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Jun 21 22:56:45 2015 +0300 (2015-06-21) |
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 Sun Jun 21 22:56:45 2015 +0300 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 -