mirror of
https://github.com/godotengine/buildroot.git
synced 2025-12-31 09:48:56 +03:00
The hash for LICENSE also changed. The following text was removed:
Note: Much of the code in libite (-lite) is written by Claudio Matsuoka
for Finit and released under the MIT/X11 license. Joachim Nilsson
later improved on the Finit code base and included pieces of
software released under the ISC and BSD licenses. See each
respective file for license details.
Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
495 B
Makefile
15 lines
495 B
Makefile
################################################################################
|
|
#
|
|
# libite
|
|
#
|
|
################################################################################
|
|
|
|
LIBITE_VERSION = 2.2.0
|
|
LIBITE_SOURCE = libite-$(LIBITE_VERSION).tar.xz
|
|
LIBITE_SITE = https://github.com/troglobit/libite/releases/download/v$(LIBITE_VERSION)
|
|
LIBITE_LICENSE = MIT, X11, ISC, BSD-2-Clause
|
|
LIBITE_LICENSE_FILES = LICENSE src/chomp.c src/pidfile.c
|
|
LIBITE_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|