kumquat-buildroot/package/x11r7/xapp_xmessage/xapp_xmessage.mk
Bernd Kuhls 9c41f778a7 package/x11r7/xapp_xmessage: bump version to 1.0.6
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-07-24 21:44:48 +02:00

16 lines
563 B
Makefile

################################################################################
#
# xapp_xmessage
#
################################################################################
XAPP_XMESSAGE_VERSION = 1.0.6
XAPP_XMESSAGE_SOURCE = xmessage-$(XAPP_XMESSAGE_VERSION).tar.xz
XAPP_XMESSAGE_SITE = https://xorg.freedesktop.org/releases/individual/app
XAPP_XMESSAGE_LICENSE = MIT
XAPP_XMESSAGE_LICENSE_FILES = COPYING
XAPP_XMESSAGE_DEPENDENCIES = xlib_libXaw
XAPP_XMESSAGE_CONF_OPTS = --with-appdefaultdir=/usr/share/X11/app-defaults
$(eval $(autotools-package))