wok diff gnome-desktop/receipt @ rev 14356

python-couchdbkit, python-restclient: fix TARBALL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 17 12:59:13 2013 +0200 (2013-04-17)
parents e579b4dc4449
children 380ffe05937a
line diff
     1.1 --- a/gnome-desktop/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.2 +++ b/gnome-desktop/receipt	Wed Apr 17 12:59:13 2013 +0200
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="GNOME Desktop"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="GConf gtk+ startup-notification"
     1.8 -BUILD_DEPENDS="python-dev libxml2-python GConf-dev gnome-doc-utils-dev intltool"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://www.gnome.org"
    1.11  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.12  
    1.13 +DEPENDS="GConf gtk+ startup-notification"
    1.14 +BUILD_DEPENDS="python-dev libxml2-python GConf-dev gnome-doc-utils-dev \
    1.15 +intltool gtk+-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -32,9 +34,9 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib $fs/usr/share
    1.24 -	#cp -a $_pkg/etc $fs
    1.25 -	cp -a $_pkg/usr/bin $fs/usr
    1.26 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.27 -	#cp -a $_pkg/usr/share/dbus-1 $fs/usr/share
    1.28 +	#cp -a $install/etc $fs
    1.29 +	cp -a $install/usr/bin $fs/usr
    1.30 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.31 +	#cp -a $install/usr/share/dbus-1 $fs/usr/share
    1.32  }
    1.33