buildroot/package/x11r7/xapp_xgc/xapp_xgc.mk
Bernd Kuhls ef8faec32d package/x11r7/xapp_xgc: bump version to 1.0.6
https://lists.x.org/archives/xorg-announce/2022-October/003221.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:35:48 +01:00

15 lines
442 B
Makefile

################################################################################
#
# xapp_xgc
#
################################################################################
XAPP_XGC_VERSION = 1.0.6
XAPP_XGC_SOURCE = xgc-$(XAPP_XGC_VERSION).tar.xz
XAPP_XGC_SITE = https://xorg.freedesktop.org/archive/individual/app
XAPP_XGC_LICENSE = MIT
XAPP_XGC_LICENSE_FILES = COPYING
XAPP_XGC_DEPENDENCIES = xlib_libXaw
$(eval $(autotools-package))