50da44aa0c
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>
17 lines
530 B
Makefile
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))
|