wok rev 9928

devilspie: fix bdeps & clean-up
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue May 17 23:38:59 2011 +0200 (2011-05-17)
parents 2c7d8475c50f
children bac62e02f000
files devilspie/receipt
line diff
     1.1 --- a/devilspie/receipt	Tue May 17 17:25:10 2011 +0000
     1.2 +++ b/devilspie/receipt	Tue May 17 23:38:59 2011 +0200
     1.3 @@ -5,13 +5,14 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Windows matching utility."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.8 +WEB_SITE="http://burtonini.com/blog/computers/devilspie"
     1.9 +WGET_URL="http://burtonini.com/computing/$TARBALL"
    1.10 +
    1.11  DEPENDS="libwnck expat gtk+ xorg-libX11 xorg-libXau xorg-libXcomposite \
    1.12  xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \
    1.13  xorg-libXrandr xorg-libXrender xorg-libXdamage"
    1.14 -BUILD_DEPENDS="intltool"
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://burtonini.com/blog/computers/devilspie"
    1.17 -WGET_URL="http://burtonini.com/computing/$TARBALL"
    1.18 +BUILD_DEPENDS="intltool libwnck-dev"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22 @@ -21,11 +22,7 @@
    1.23  	  -e 's/gdk_display/GDK_DISPLAY_XDISPLAY(gdk_display_get_default())/' \
    1.24  	  -e 's/GDK_DISPLAY(/gdk_display_get_default(/' \
    1.25  		src/xutils.c src/actions.c
    1.26 -	./configure \
    1.27 -		--prefix=/usr \
    1.28 -		$CONFIGURE_ARGS &&
    1.29 -	make &&
    1.30 -	make DESTDIR=$PWD/_pkg install
    1.31 +	./configure && make && make install
    1.32  }
    1.33  
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.