f4319f892b
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>
15 lines
470 B
Makefile
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))
|