wok-stable diff wmctrl/receipt @ rev 4883
xorg-xf86-input-*touch: update BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 05 15:01:53 2010 +0100 (2010-02-05) |
parents | 1c776cd95d41 |
children | 35ec83c60e58 |
line diff
1.1 --- a/wmctrl/receipt Fri Apr 24 07:36:51 2009 +0000 1.2 +++ b/wmctrl/receipt Fri Feb 05 15:01:53 2010 +0100 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