kumquat-buildroot/package/x11r7/xapp_xhost/xapp_xhost.mk
Bernd Kuhls f62d409cb8 package/x11r7/xapp_xhost: bump version to 1.0.9
Release notes:
https://lists.x.org/archives/xorg-announce/2022-December/003301.html

Updated license hash due to copyright year bump:
167ad7fa3a

Switched tarball to xz, updated _SITE.

Added optional support for gettext:
167ad7fa3a

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-12-14 23:14:16 +01:00

16 lines
545 B
Makefile

################################################################################
#
# xapp_xhost
#
################################################################################
XAPP_XHOST_VERSION = 1.0.9
XAPP_XHOST_SOURCE = xhost-$(XAPP_XHOST_VERSION).tar.xz
XAPP_XHOST_SITE = https://xorg.freedesktop.org/archive/individual/app
XAPP_XHOST_LICENSE = MIT
XAPP_XHOST_LICENSE_FILES = COPYING
XAPP_XHOST_DEPENDENCIES = xlib_libX11 xlib_libXmu $(TARGET_NLS_DEPENDENCIES)
XAPP_XHOST_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
$(eval $(autotools-package))