wok diff python-kiwi/receipt @ rev 17873

eom: Update bdeps and genpkg_rules
author Yuri Pourre <yuripourre@gmail.com>
date Fri Mar 27 02:10:52 2015 -0300 (2015-03-27)
parents 76b72f1ad63c
children 16df76e1fc6a
line diff
     1.1 --- a/python-kiwi/receipt	Sat Aug 10 11:00:21 2013 +0000
     1.2 +++ b/python-kiwi/receipt	Fri Mar 27 02:10:52 2015 -0300
     1.3 @@ -10,7 +10,7 @@
     1.4  SUGGESTED="zopeinterface libglade"
     1.5  TARBALL="$SOURCE-$VERSION.tar.xz"
     1.6  WEB_SITE="http://www.async.com.br/projects/kiwi"
     1.7 -WGET_URL="https://download.gnome.org/sources/kiwi/1.9/$TARBALL"
     1.8 +WGET_URL="https://download.gnome.org/sources/kiwi/${VERSION%.*}/$TARBALL"
     1.9  
    1.10  DEPENDS="python gtk+ pygobject pygtk"
    1.11  BUILD_DEPENDS="python-dev gtk+-dev pygobject-dev pygtk-dev wget"
    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
    1.18  }
    1.19  
    1.20 @@ -27,4 +26,3 @@
    1.21  {
    1.22  	cp -a $install/usr $fs
    1.23  }
    1.24 -