wok-4.x diff wmctrl/receipt @ rev 4324
Fix: build mtpaint without GIF support (nogif)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Sep 29 23:49:27 2009 +0200 (2009-09-29) |
parents | 1c776cd95d41 |
children | 35ec83c60e58 |
line diff
1.1 --- a/wmctrl/receipt Fri Apr 24 07:36:51 2009 +0000 1.2 +++ b/wmctrl/receipt Tue Sep 29 23:49:27 2009 +0200 1.3 @@ -5,8 +5,9 @@ 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="" 1.8 -BUILD_DEPENDS="" 1.9 +DEPENDS="glib xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp \ 1.10 +xorg-libXext xorg-libXmu xorg-libXt" 1.11 +BUILD_DEPENDS="glib-dev xorg-dev" 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 WEB_SITE="http://sweb.cz/tripie/utils/wmctrl/dist/" 1.14 WGET_URL="$WEB_SITE/$TARBALL" 1.15 @@ -15,8 +16,8 @@ 1.16 compile_rules() 1.17 { 1.18 cd $src 1.19 - ./configure --prefix=/usr 1.20 - make 1.21 + ./configure --prefix=/usr && 1.22 + make && 1.23 make DESTDIR=$PWD/_pkg install 1.24 } 1.25