kumquat-buildroot/package/x11r7/xapp_xconsole/xapp_xconsole.mk
Bernd Kuhls ce1e020f60 package/x11r7/xapp_xconsole: bump version to 1.0.8
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:23 +02:00

18 lines
614 B
Makefile

################################################################################
#
# xapp_xconsole
#
################################################################################
XAPP_XCONSOLE_VERSION = 1.0.8
XAPP_XCONSOLE_SOURCE = xconsole-$(XAPP_XCONSOLE_VERSION).tar.xz
XAPP_XCONSOLE_SITE = https://xorg.freedesktop.org/releases/individual/app
XAPP_XCONSOLE_LICENSE = MIT
XAPP_XCONSOLE_LICENSE_FILES = COPYING
XAPP_XCONSOLE_DEPENDENCIES = \
xlib_libX11 xlib_libXaw xlib_libXt xorgproto \
xlib_libXmu
XAPP_XCONSOLE_CONF_OPTS = --with-appdefaultdir=/usr/share/X11/app-defaults
$(eval $(autotools-package))