14b0118216
Cleanup the libcgi package, by using https://github.com/rafaelsteil/libcgi as an upstream. Remove old patch and use cmake to build new version. Signed-off-by: Joe Lin <xlcwu.taiwan@gmail.com> [Mario: - Use github URL in Config.in - Use upstream sha256 hash] Signed-off-by: Mario J. Rugiero <mrugiero@gmail.com> [Arnout: - Add reference to upstream hash file - Remove unneeded LIBCGI_SUPPORTS_IN_SOURCE_BUILD = NO] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
14 lines
369 B
Makefile
14 lines
369 B
Makefile
################################################################################
|
|
#
|
|
# libcgi
|
|
#
|
|
################################################################################
|
|
|
|
LIBCGI_VERSION = 1.1
|
|
LIBCGI_SITE = https://github.com/rafaelsteil/libcgi/releases/download/v$(LIBCGI_VERSION)
|
|
|
|
LIBCGI_INSTALL_STAGING = YES
|
|
LIBCGI_LICENSE = LGPL-2.1+
|
|
|
|
$(eval $(cmake-package))
|