kumquat-buildroot/package/x11r7/xapp_xmag/xapp_xmag.mk
Bernd Kuhls 5782272de1 package/x11r7/xapp_xmag: bump version to 1.0.7
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:59 +02:00

16 lines
523 B
Makefile

################################################################################
#
# xapp_xmag
#
################################################################################
XAPP_XMAG_VERSION = 1.0.7
XAPP_XMAG_SOURCE = xmag-$(XAPP_XMAG_VERSION).tar.xz
XAPP_XMAG_SITE = https://xorg.freedesktop.org/releases/individual/app
XAPP_XMAG_LICENSE = MIT
XAPP_XMAG_LICENSE_FILES = COPYING
XAPP_XMAG_DEPENDENCIES = xlib_libXaw
XAPP_XMAG_CONF_OPTS = --with-appdefaultdir=/usr/share/X11/app-defaults
$(eval $(autotools-package))