kumquat-buildroot/package/x11r7/xapp_viewres/xapp_viewres.mk
Bernd Kuhls 5226485972 package/x11r7/xapp_viewres: bump version to 1.0.7
https://lists.x.org/archives/xorg-announce/2022-October/003219.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:54 +01:00

16 lines
552 B
Makefile

################################################################################
#
# xapp_viewres
#
################################################################################
XAPP_VIEWRES_VERSION = 1.0.7
XAPP_VIEWRES_SOURCE = viewres-$(XAPP_VIEWRES_VERSION).tar.xz
XAPP_VIEWRES_SITE = https://xorg.freedesktop.org/archive/individual/app
XAPP_VIEWRES_LICENSE = MIT
XAPP_VIEWRES_LICENSE_FILES = COPYING
XAPP_VIEWRES_DEPENDENCIES = xlib_libXaw
XAPP_VIEWRES_CONF_OPTS = --with-appdefaultdir=/usr/share/X11/app-defaults
$(eval $(autotools-package))