wok diff quodlibet/receipt @ rev 15094

py3k: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 22:28:38 2013 +0000 (2013-08-13)
parents 225d25cad6bf
children d21c0c760517
line diff
     1.1 --- a/quodlibet/receipt	Tue Feb 28 08:39:45 2012 +0100
     1.2 +++ b/quodlibet/receipt	Tue Aug 13 22:28:38 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="An audio player written in pygtk"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  SUGGESTED="gst-bad-plugins gst-ffmpeg"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://quodlibet.googlecode.com/" 
    1.11 @@ -22,7 +23,7 @@
    1.12  {
    1.13  	cd $src
    1.14  	 ./setup.py build
    1.15 -	./setup.py install --prefix=$PWD/_pkg/usr
    1.16 +	./setup.py install --prefix=$DESTDIR/usr
    1.17  	
    1.18  }
    1.19  
    1.20 @@ -30,8 +31,8 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib $fs/usr/share $fs/usr/share/pixmaps
    1.24 -	cp -a $_pkg/usr/bin $fs/usr
    1.25 -	cp -a $_pkg/usr/lib/python* $fs/usr/lib
    1.26 +	cp -a $install/usr/bin $fs/usr
    1.27 +	cp -a $install/usr/lib/python* $fs/usr/lib
    1.28  	cp -a stuff/*.png $fs/usr/share/pixmaps/
    1.29  	
    1.30  }