60f912e569
This bump is mainly to fix the header file nameclash problem with LiTE, in package/lite. See the libite project's README for how to adapt to this change, and the ChangeLog for details. In short, libite now use the /usr/include/libite/*.h prefix. Signed-off-by: Joachim Wiberg <troglobit@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
16 lines
532 B
Makefile
16 lines
532 B
Makefile
################################################################################
|
|
#
|
|
# libite
|
|
#
|
|
################################################################################
|
|
|
|
LIBITE_VERSION = 2.5.1
|
|
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
|
|
LIBITE_CONF_OPTS = --without-symlink
|
|
|
|
$(eval $(autotools-package))
|