wok-next diff pyroom/receipt @ rev 18000
qemu: enable curses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 25 12:57:51 2015 +0200 (2015-04-25) |
parents | bf4a09ef1d2e |
children | 16df76e1fc6a |
line diff
1.1 --- a/pyroom/receipt Fri Oct 18 22:13:53 2013 +0000 1.2 +++ b/pyroom/receipt Sat Apr 25 12:57:51 2015 +0200 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="GPL3" 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 WEB_SITE="http://pyroom.org/" 1.7 -WGET_URL="http://launchpad.net/pyroom/0.4/$VERSION/+download/$TARBALL" 1.8 +WGET_URL="http://launchpad.net/pyroom/${VERSION%.*}/$VERSION/+download/$TARBALL" 1.9 1.10 DEPENDS="python pygtk python-xdg libffi" 1.11 BUILD_DEPENDS="python python-dev gettext" 1.12 @@ -16,7 +16,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 build && 1.18 python setup.py install --root=$DESTDIR 1.19 } 1.20 @@ -27,4 +26,3 @@ 1.21 mkdir -p $fs 1.22 cp -a $install/usr $fs 1.23 } 1.24 -