wok diff miro/receipt @ rev 10621

enlightenment and libs: huge clean to bdeps and make it build
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 26 21:09:04 2011 +0200 (2011-05-26)
parents c57c251fb82b
children 47439c60021f
line diff
     1.1 --- a/miro/receipt	Sun Feb 06 16:02:18 2011 +0000
     1.2 +++ b/miro/receipt	Thu May 26 21:09:04 2011 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="The free and open source internet TV platform."
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="dbus-python python-pyrex pygtk gstreamer pysqlite pywebkitgtk shared-mime-info desktop-file-utils hicolor-icon-theme gst-python python-notify libtorrent-rasterbar gst-plugins-base gst-plugins-good pycurl python-gconf"
     1.8 +DEPENDS="dbus-python python-pyrex pygtk gstreamer python-pysqlite pywebkitgtk shared-mime-info desktop-file-utils hicolor-icon-theme gst-python python-notify libtorrent-rasterbar gst-plugins-base gst-plugins-good pycurl python-gconf"
     1.9  BUILD_DEPENDS="$DEPENDS python-dev dbus-python-dev pygtk-dev gstreamer-dev shared-mime-info-dev gst-python-dev libtorrent-rasterbar-dev libsoup-dev libwebkit-dev gst-plugins-base-dev gst-plugins-good-dev imagemagick"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.getmiro.com"
    1.12 @@ -15,8 +15,8 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src/linux
    1.16 -	python setup.py install --root=../_pkg
    1.17 -	sed -i "s|./miro.real|/usr/bin/miro.real|g" ../_pkg/usr/bin/miro
    1.18 +	python setup.py install --root=$DESTDIR
    1.19 +	sed -i "s|./miro.real|/usr/bin/miro.real|g" $DESTDIR/usr/bin/miro
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23 @@ -27,6 +27,5 @@
    1.24  	cp -a $_pkg/usr/lib $fs/usr
    1.25  	cp -a $_pkg/usr/share/miro $fs/usr/share
    1.26  	cp -a $_pkg/usr/share/mime $fs/usr/share
    1.27 -	find $fs/usr/lib -name "*.pyc" -delete	
    1.28  }
    1.29