kumquat-buildroot/package/x11r7/xapp_xwd/xapp_xwd.mk
Bernd Kuhls d0f683d35c package/x11r7/xapp_xwd: bump version to 1.0.8
Release notes:
https://lists.x.org/archives/xorg-announce/2021-August/003102.html

Removed md5 and sha1 hashes, reformatted hashes, updated _SITE.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2021-09-10 19:53:05 +02:00

15 lines
471 B
Makefile

################################################################################
#
# xapp_xwd
#
################################################################################
XAPP_XWD_VERSION = 1.0.8
XAPP_XWD_SOURCE = xwd-$(XAPP_XWD_VERSION).tar.bz2
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))