wok diff wmctrl/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 35ec83c60e58
children 5d53e8ccbc8d
line diff
     1.1 --- a/wmctrl/receipt	Wed Feb 24 12:36:38 2010 +0000
     1.2 +++ b/wmctrl/receipt	Wed Apr 09 14:57:01 2014 +0200
     1.3 @@ -5,28 +5,30 @@
     1.4  CATEGORY="misc"
     1.5  SHORT_DESC="Control your EWMH compliant window manager from command line"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 -DEPENDS="glib xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp \
     1.8 -xorg-libXext xorg-libXmu xorg-libXt"
     1.9 -BUILD_DEPENDS="glib-dev xorg-dev"
    1.10 +LICENSE="GPL2"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://sweb.cz/tripie/utils/wmctrl/dist/" 
    1.13  WGET_URL="$WEB_SITE/$TARBALL"
    1.14  TAGS="wm window-manager desktop"
    1.15  
    1.16 +DEPENDS="glib xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp \
    1.17 +xorg-libXext xorg-libXmu xorg-libXt"
    1.18 +BUILD_DEPENDS="glib-dev xorg-dev"
    1.19 +
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23  	cd $src
    1.24  	./configure --prefix=/usr &&
    1.25  	make &&
    1.26 -	make DESTDIR=$PWD/_pkg install
    1.27 +	make DESTDIR=$DESTDIR install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()
    1.32  {
    1.33  	mkdir -p $fs/usr/bin
    1.34 -	cp -a $_pkg/usr/bin $fs/usr
    1.35 +	cp -a $install/usr/bin $fs/usr
    1.36  	
    1.37  }
    1.38