mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
See the release note of the new versions: https://github.com/rjarry/libecoli/releases/tag/v0.11.3 https://github.com/rjarry/libecoli/releases/tag/v0.11.2 https://github.com/rjarry/libecoli/releases/tag/v0.11.1 https://github.com/rjarry/libecoli/releases/tag/v0.11.0 Signed-off-by: Maxime Leroy <maxime@leroys.fr> Reviewed-by: Vincent Jardin <vjardin@free.fr> Signed-off-by: Julien Olivain <ju.o@free.fr>
25 lines
570 B
Makefile
25 lines
570 B
Makefile
################################################################################
|
|
#
|
|
# libecoli
|
|
#
|
|
################################################################################
|
|
|
|
LIBECOLI_VERSION = 0.11.3
|
|
LIBECOLI_SITE = $(call github,rjarry,libecoli,v$(LIBECOLI_VERSION))
|
|
LIBECOLI_INSTALL_STAGING = YES
|
|
LIBECOLI_LICENSE = BSD-3-Clause
|
|
LIBECOLI_LICENSE_FILES = LICENSE
|
|
|
|
LIBECOLI_DEPENDENCIES = \
|
|
host-pkgconf \
|
|
libedit
|
|
|
|
LIBECOLI_CONF_OPTS = \
|
|
-Ddoc=disabled \
|
|
-Deditline=enabled \
|
|
-Dexamples=disabled \
|
|
-Dyaml=disabled \
|
|
-Dtests=disabled
|
|
|
|
$(eval $(meson-package))
|