Changelog: https://github.com/kaniini/libucontext/blob/libucontext-1.3.3/NEWS Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
18 lines
497 B
Makefile
18 lines
497 B
Makefile
################################################################################
|
|
#
|
|
# libucontext
|
|
#
|
|
################################################################################
|
|
|
|
LIBUCONTEXT_VERSION = 1.3.3
|
|
LIBUCONTEXT_SITE = $(call github,kaniini,libucontext,libucontext-$(LIBUCONTEXT_VERSION))
|
|
LIBUCONTEXT_LICENSE = ISC
|
|
LIBUCONTEXT_LICENSE_FILES = LICENSE
|
|
LIBUCONTEXT_INSTALL_STAGING = YES
|
|
|
|
LIBUCONTEXT_CONF_OPTS = \
|
|
-Dfreestanding=false \
|
|
-Dexport_unprefixed=true
|
|
|
|
$(eval $(meson-package))
|