kumquat-buildroot/package/x11r7/xlib_libXaw/xlib_libXaw.mk
Bernd Kuhls 0864f87428 package/x11r7/xlib_libXaw: bump version to 1.0.15
Release notes:
https://lists.x.org/archives/xorg-announce/2023-March/003372.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-05-07 13:59:19 +02:00

16 lines
549 B
Makefile

################################################################################
#
# xlib_libXaw
#
################################################################################
XLIB_LIBXAW_VERSION = 1.0.15
XLIB_LIBXAW_SOURCE = libXaw-$(XLIB_LIBXAW_VERSION).tar.xz
XLIB_LIBXAW_SITE = https://xorg.freedesktop.org/archive/individual/lib
XLIB_LIBXAW_LICENSE = MIT
XLIB_LIBXAW_LICENSE_FILES = COPYING
XLIB_LIBXAW_INSTALL_STAGING = YES
XLIB_LIBXAW_DEPENDENCIES = xlib_libX11 xlib_libXt xlib_libXmu xlib_libXpm xorgproto
$(eval $(autotools-package))