kumquat-buildroot/package/x11r7/xlib_xtrans/xlib_xtrans.mk
Bernd Kuhls 50da44aa0c package/x11r7/xlib_xtrans: bump version to 1.5.0
Release notes:
https://lists.x.org/archives/xorg-announce/2023-June/003399.html

Updated license hash due to upstream commit which removed "All rights
reserved" from Oracle copyright notices:
9d77996f9f

Added XLIB_XTRANS_INSTALL_TARGET = NO, quoting release notes:
"xtrans is a library of code that is shared among various X packages to
 handle network protocol transport in a modular fashion, allowing a single
 place to add new transport types - but it is *not* a shared library, more
 like a "header-only" library."

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2023-06-25 16:41:55 +02:00

17 lines
530 B
Makefile

################################################################################
#
# xlib_xtrans
#
################################################################################
XLIB_XTRANS_VERSION = 1.5.0
XLIB_XTRANS_SOURCE = xtrans-$(XLIB_XTRANS_VERSION).tar.xz
XLIB_XTRANS_SITE = https://xorg.freedesktop.org/archive/individual/lib
XLIB_XTRANS_LICENSE = MIT
XLIB_XTRANS_LICENSE_FILES = COPYING
XLIB_XTRANS_INSTALL_STAGING = YES
XLIB_XTRANS_INSTALL_TARGET = NO
$(eval $(autotools-package))
$(eval $(host-autotools-package))