wok-next diff devilspie/receipt @ rev 10168
Up: perl-glib to 1.223.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 21:46:27 2011 +0000 (2011-05-20) |
parents | 7658d8e5e4fa |
children | 28c3ed0aa843 |
line diff
1.1 --- a/devilspie/receipt Sun Mar 20 15:08:08 2011 +0100 1.2 +++ b/devilspie/receipt Fri May 20 21:46:27 2011 +0000 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.