[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,8 @@
config BR2_PACKAGE_QDECODER
bool "qdecoder"
depends on !BR2_STATIC_LIBS
help
qDecoder is a simple and powerful CGI library
for the C/C++ programming language.
http://wolkykim.github.io/qdecoder

View File

@ -0,0 +1,3 @@
# Locally calculated
sha256 edd32bd5119d276afa9e01cd54a1c23049cad4e96dc6a8e48ac324580e085ebb qdecoder-12.1.0.tar.gz
sha256 41f34ba1ed6e5d8d3488992311f474cd3f614b82bada88ae53216946026cfae7 COPYING

View File

@ -0,0 +1,15 @@
################################################################################
#
# qdecoder
#
################################################################################
QDECODER_VERSION = 12.1.0
QDECODER_SITE = $(call github,wolkykim,qdecoder,v$(QDECODER_VERSION))
QDECODER_LICENSE = BSD-2-Clause
QDECODER_LICENSE_FILES = COPYING
QDECODER_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
QDECODER_INSTALL_STAGING = YES
$(eval $(autotools-package))