wok-6.x diff python-gazpacho/receipt @ rev 17929
syslinux/taziso: install grub
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 11 18:26:44 2015 +0200 (2015-04-11) |
parents | fd4f1e692109 |
children | 16df76e1fc6a |
line diff
1.1 --- a/python-gazpacho/receipt Sat Oct 19 13:53:26 2013 +0000 1.2 +++ b/python-gazpacho/receipt Sat Apr 11 18:26:44 2015 +0200 1.3 @@ -10,7 +10,7 @@ 1.4 SUGGESTED="twisted" 1.5 TARBALL="$SOURCE-$VERSION.tar.gz" 1.6 WEB_SITE="http://gazpacho.sicem.biz" 1.7 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$SOURCE/0.7/$TARBALL" 1.8 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$SOURCE/${VERSION%.*}/$TARBALL" 1.9 1.10 DEPENDS="python pygtk python-kiwi" 1.11 BUILD_DEPENDS="python python-dev pygtk python-kiwi" 1.12 @@ -18,7 +18,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 || return 1 1.18 mkdir -p $DESTDIR/usr/share/locale/pt 1.19 cp -a locale/fr $DESTDIR/usr/share/locale 1.20 @@ -33,4 +32,3 @@ 1.21 cp -a $install/usr/lib $fs/usr 1.22 cp -a $install/usr/share $fs/usr 1.23 } 1.24 -