wok-next diff wmctrl/receipt @ rev 15210
Add python-gevent
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 12 18:04:56 2013 +0000 (2013-09-12) |
parents | 35ec83c60e58 |
children | 5d53e8ccbc8d |
line diff
1.1 --- a/wmctrl/receipt Wed Feb 24 12:36:38 2010 +0000 1.2 +++ b/wmctrl/receipt Thu Sep 12 18:04:56 2013 +0000 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