wok diff libxfcegui4/receipt @ rev 14940

Up: embryo-dev (1.7.8)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:15:45 2013 +0200 (2013-08-08)
parents 73641efed1cc
children 1b0746e3490c
line diff
     1.1 --- a/libxfcegui4/receipt	Mon Apr 23 16:30:27 2012 +0200
     1.2 +++ b/libxfcegui4/receipt	Thu Aug 08 19:15:45 2013 +0200
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Xfce Gtk Widget library"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9 +WEB_SITE="http://www.xfce.org"
    1.10 +WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.11 +
    1.12  DEPENDS="gtk+ libxfce4util xfconf startup-notification dbus-glib libglade"
    1.13  BUILD_DEPENDS="gtk+-dev libxfce4util-dev xfconf-dev startup-notification-dev 
    1.14   libglade-dev xcb-util-dev intltool util-linux-uuid-dev"
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WEB_SITE="http://www.xfce.org"
    1.17 -WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -23,7 +25,7 @@
    1.22  		--disable-debug \
    1.23  		$CONFIGURE_ARGS &&
    1.24  	make &&
    1.25 -	make DESTDIR=$PWD/_pkg install
    1.26 +	make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 @@ -33,10 +35,10 @@
    1.31  	mkdir -p $fs/usr/lib \
    1.32  		$fs/usr/share/locale
    1.33  		
    1.34 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.35 -	cp -a $_pkg/usr/lib/libglade $fs/usr/lib
    1.36 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.37 -	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.38 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.39 +	cp -a $install/usr/lib/libglade $fs/usr/lib
    1.40 +	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    1.41 +	cp -a $install/usr/share/icons $fs/usr/share
    1.42  	
    1.43  	# Remove SVG icons
    1.44  	rm -rf $fs/usr/share/icons/hicolor/scalable