kumquat-buildroot/package/x11r7/xapp_xmessage/xapp_xmessage.mk
Bernd Kuhls f7f02b5540 package/x11r7/xapp_xmessage: bump version to 1.0.5
Added all upstream hashes, added license hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-03-24 22:00:02 +01:00

15 lines
488 B
Makefile

################################################################################
#
# xapp_xmessage
#
################################################################################
XAPP_XMESSAGE_VERSION = 1.0.5
XAPP_XMESSAGE_SOURCE = xmessage-$(XAPP_XMESSAGE_VERSION).tar.bz2
XAPP_XMESSAGE_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XMESSAGE_LICENSE = MIT
XAPP_XMESSAGE_LICENSE_FILES = COPYING
XAPP_XMESSAGE_DEPENDENCIES = xlib_libXaw
$(eval $(autotools-package))