wok diff xfce4-icon-theme/receipt @ rev 16315

ARM: add/up vala (0.24.0) + shared-mime-info (hope it will fix some gtk crash)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 09 14:57:01 2014 +0200 (2014-04-09)
parents 33aae2718d81
children 40fab26c175d
line diff
     1.1 --- a/xfce4-icon-theme/receipt	Fri Mar 04 18:19:17 2011 +0100
     1.2 +++ b/xfce4-icon-theme/receipt	Wed Apr 09 14:57:01 2014 +0200
     1.3 @@ -5,32 +5,29 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Icon theme for Xfce Desktop Environment"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS=""
     1.8 -BUILD_DEPENDS="intltool"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.xfce.org/"
    1.12  WGET_URL="http://archive.xfce.org/src/art/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.13  
    1.14 +DEPENDS=""
    1.15 +BUILD_DEPENDS="intltool"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20  	cd $src
    1.21  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.22  	--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.23 -	make && make DESTDIR=$PWD/_pkg install
    1.24 +	make && make DESTDIR=$DESTDIR install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30  		# Remove SVG Icons
    1.31 -	#find $_pkg/usr/share -name "*scalable*" -exec rm -rf {} \;
    1.32 +	#find $install/usr/share -name "*scalable*" -exec rm -rf {} \;
    1.33  	
    1.34  	mkdir -p $fs/usr
    1.35 -	cp -a $_pkg/usr/share $fs/usr
    1.36 -	
    1.37 -
    1.38 -	
    1.39 +	cp -a $install/usr/share $fs/usr
    1.40  }
    1.41 -
    1.42 -