kumquat-buildroot/package/x11r7/xapp_xset/xapp_xset.mk
Bernd Kuhls ea7d4fe0df package/x11r7/xapp_xset: bump version to 1.2.5
https://lists.x.org/archives/xorg-announce/2022-December/003271.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:31:51 +01:00

15 lines
451 B
Makefile

################################################################################
#
# xapp_xset
#
################################################################################
XAPP_XSET_VERSION = 1.2.5
XAPP_XSET_SOURCE = xset-$(XAPP_XSET_VERSION).tar.xz
XAPP_XSET_SITE = https://xorg.freedesktop.org/archive/individual/app
XAPP_XSET_LICENSE = MIT
XAPP_XSET_LICENSE_FILES = COPYING
XAPP_XSET_DEPENDENCIES = xlib_libXmu
$(eval $(autotools-package))