kumquat-buildroot/package/x11r7/xapp_xwd/xapp_xwd.mk
Bernd Kuhls f4319f892b package/x11r7/xapp_xwd: bump version to 1.0.9
Release notes:
https://lists.x.org/archives/xorg-announce/2023-June/003400.html

Switched tarball to xz.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2023-06-25 16:43:11 +02:00

15 lines
470 B
Makefile

################################################################################
#
# xapp_xwd
#
################################################################################
XAPP_XWD_VERSION = 1.0.9
XAPP_XWD_SOURCE = xwd-$(XAPP_XWD_VERSION).tar.xz
XAPP_XWD_SITE = https://xorg.freedesktop.org/archive/individual/app
XAPP_XWD_LICENSE = MIT
XAPP_XWD_LICENSE_FILES = COPYING
XAPP_XWD_DEPENDENCIES = xlib_libX11 xlib_libXmu xlib_libxkbfile
$(eval $(autotools-package))