kumquat-buildroot/package/x11r7/xapp_rgb/xapp_rgb.mk
Bernd Kuhls 8bf8f441d1 package/x11r7/xapp_rgb: bump version to 1.1.0
https://lists.x.org/archives/xorg-announce/2022-October/003245.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:33:28 +01:00

15 lines
453 B
Makefile

################################################################################
#
# xapp_rgb
#
################################################################################
XAPP_RGB_VERSION = 1.1.0
XAPP_RGB_SOURCE = rgb-$(XAPP_RGB_VERSION).tar.xz
XAPP_RGB_SITE = https://xorg.freedesktop.org/archive/individual/app
XAPP_RGB_LICENSE = MIT
XAPP_RGB_LICENSE_FILES = COPYING
XAPP_RGB_DEPENDENCIES = xorgproto host-pkgconf
$(eval $(autotools-package))