wok view wmctrl/receipt @ rev 16557

Up: slitaz-base-files (5.6.2)
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 01 08:34:51 2014 +0200 (2014-05-01)
parents 35ec83c60e58
children 5d53e8ccbc8d
line source
1 # SliTaz package receipt.
3 PACKAGE="wmctrl"
4 VERSION="1.07"
5 CATEGORY="misc"
6 SHORT_DESC="Control your EWMH compliant window manager from command line"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://sweb.cz/tripie/utils/wmctrl/dist/"
11 WGET_URL="$WEB_SITE/$TARBALL"
12 TAGS="wm window-manager desktop"
14 DEPENDS="glib xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp \
15 xorg-libXext xorg-libXmu xorg-libXt"
16 BUILD_DEPENDS="glib-dev xorg-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 ./configure --prefix=/usr &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/bin
31 cp -a $install/usr/bin $fs/usr
33 }