d0f683d35c
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>
15 lines
471 B
Makefile
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))
|