kumquat-buildroot/package/x11r7/xapp_xsm/xapp_xsm.mk
Bernd Kuhls 6d18367c6c package/x11r7/xapp_xsm: bump version to 1.0.5
Release notes:
https://lists.x.org/archives/xorg-announce/2022-April/003152.html

Updated license hash due to upstream commit:
e552f2d498

Removed md5 and sha1 hashes, not provided by upstream anymore.
Reformatted license hash.
Switched tarball to upstream-provided .xz format.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-05-12 21:49:56 +02:00

15 lines
442 B
Makefile

################################################################################
#
# xapp_xsm
#
################################################################################
XAPP_XSM_VERSION = 1.0.5
XAPP_XSM_SOURCE = xsm-$(XAPP_XSM_VERSION).tar.xz
XAPP_XSM_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XSM_LICENSE = MIT
XAPP_XSM_LICENSE_FILES = COPYING
XAPP_XSM_DEPENDENCIES = xlib_libXaw
$(eval $(autotools-package))