buildrootschalter/package/wmctrl/wmctrl.mk
Jérôme Pouiller ac5473849c wmctrl: new package
Provides command line access to almost all the features defined in
the EWMH specification. It can be used, for example, to get
information about the window manager, to get a detailed list of
desktops and managed windows, to switch and resize desktops, to
make windows full-screen, always-above or sticky, and to activate,
close, move, resize, maximize and minimize them.

[Thomas:
 - fixed license, which is GPLv2+, not GPLv2
 - fixed wrapping of the Config.in help text
 - removed Config.in comment related to MMU dependency.]

Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-01-03 22:38:33 +01:00

15 lines
390 B
Makefile

################################################################################
#
# wmctrl
#
################################################################################
WMCTRL_VERSION = 1.07
WMCTRL_SITE = http://tomas.styblo.name/wmctrl/dist
WMCTRL_LICENSE = GPLv2+
WMCTRL_LICENSE_FILES = COPYING
WMCTRL_DEPENDENCIES = libglib2 xlib_libX11 xlib_libXmu
$(eval $(autotools-package))