kumquat-buildroot/package/x11r7/xapp_xpr/xapp_xpr.mk
Bernd Kuhls 736fe39c02 package/x11r7/xapp_xpr: bump version to 1.1.0
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:33 +02:00

15 lines
455 B
Makefile

################################################################################
#
# xapp_xpr
#
################################################################################
XAPP_XPR_VERSION = 1.1.0
XAPP_XPR_SOURCE = xpr-$(XAPP_XPR_VERSION).tar.xz
XAPP_XPR_SITE = https://xorg.freedesktop.org/releases/individual/app
XAPP_XPR_LICENSE = MIT
XAPP_XPR_LICENSE_FILES = COPYING
XAPP_XPR_DEPENDENCIES = xlib_libX11 xlib_libXmu
$(eval $(autotools-package))