Files
buildroot/package/wmctrl/wmctrl.mk
Bernd Kuhls f90d38dafc package/wmctrl: fix tarball URL
Current site is down, switch to Debian.

Fixes:
https://autobuild.buildroot.net/results/679/679a9f6224d1771ec2ab52e45fd74af8d03c1604/

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2026-02-21 14:28:55 +01:00

20 lines
590 B
Makefile

################################################################################
#
# wmctrl
#
################################################################################
WMCTRL_VERSION = 1.07
WMCTRL_SOURCE = wmctrl_$(WMCTRL_VERSION).orig.tar.gz
WMCTRL_SITE = https://snapshot.debian.org/archive/debian/20050312T000000Z/pool/main/w/wmctrl
WMCTRL_LICENSE = GPL-2.0+
WMCTRL_LICENSE_FILES = COPYING
WMCTRL_DEPENDENCIES = libglib2 xlib_libX11 xlib_libXmu
WMCTRL_CONF_OPTS = \
--x-includes=$(STAGING_DIR)/usr/include \
--x-libraries=$(STAGING_DIR)/usr/lib
$(eval $(autotools-package))