1################################################################################ 2# 3# libpagekite 4# 5################################################################################ 6 7LIBPAGEKITE_VERSION = 0.91.190530 8LIBPAGEKITE_SITE = $(call github,pagekite,libpagekite,v$(LIBPAGEKITE_VERSION)) 9 10# pkrelay is AGPL-3.0+ but is not built 11LIBPAGEKITE_LICENSE = Apache-2.0 or AGPL-3.0+ 12LIBPAGEKITE_LICENSE_FILES = doc/COPYING.md doc/LICENSE-2.0.txt doc/AGPLv3.txt 13 14LIBPAGEKITE_DEPENDENCIES = host-pkgconf libev openssl 15LIBPAGEKITE_INSTALL_STAGING = YES 16 17# Sources from git, no configure included 18LIBPAGEKITE_AUTORECONF = YES 19 20LIBPAGEKITE_CONF_OPTS = \ 21 --with-openssl \ 22 --without-tests \ 23 --with-os-libev \ 24 --without-java \ 25 --without-agpl-relay \ 26 --without-ds-logfmt 27 28$(eval $(autotools-package)) 29