Files
operating-system/buildroot/package/libpagekite/libpagekite.mk
Pascal Vizeli 41d3f59002 Update Buildroot to 2019.02.3 (#415)
* Update Buildroot to 2019-02.3

* Fix enter script

* Update ova_defconfig

* Fix network manager

* Remove runc patches

* Use same docker version

* Fix build

* Fix vmtools

* Fix depens

* Fix handling with tempfiles

* Fix permission handling

* Fix cp

* Cleanup

* Fix mounts
2019-06-27 11:58:50 +02:00

30 lines
873 B
Makefile

################################################################################
#
# libpagekite
#
################################################################################
LIBPAGEKITE_VERSION = v0.91.171102
LIBPAGEKITE_SITE = $(call github,pagekite,libpagekite,$(LIBPAGEKITE_VERSION))
# pkrelay is AGPL-3.0+ but is not built
LIBPAGEKITE_LICENSE = Apache-2.0 or AGPL-3.0+
LIBPAGEKITE_LICENSE_FILES = doc/COPYING.md doc/LICENSE-2.0.txt doc/AGPLv3.txt
LIBPAGEKITE_DEPENDENCIES = host-pkgconf libev openssl
LIBPAGEKITE_INSTALL_STAGING = YES
# Sources from git, no configure included
# 0001-configure.ac-fix-handling-of-with-os-libev.patch touches configure.ac
LIBPAGEKITE_AUTORECONF = YES
LIBPAGEKITE_CONF_OPTS = \
--with-openssl \
--without-tests \
--with-os-libev \
--without-java \
--without-agpl-relay \
--without-ds-logfmt
$(eval $(autotools-package))