mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
qdecoder : new package
Features: Supports parsing a request encoded by GET/POST method Supports parsing multipart/form-data encoding.(in-memory and direct disk) Supports COOKIE handling. Supports Session management. Supports FastCGI [Peter: drop invalid patch, add patches for make install + configure paths] Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
069c26e5c2
commit
4e94e89709
14
package/qdecoder/qdecoder.mk
Normal file
14
package/qdecoder/qdecoder.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# qdecoder
|
||||
#
|
||||
################################################################################
|
||||
|
||||
QDECODER_VERSION = r12.0.5
|
||||
QDECODER_SITE = $(call github,wolkykim,qdecoder,$(QDECODER_VERSION))
|
||||
QDECODER_LICENSE = BSD-2
|
||||
QDECODER_LICENSE_FILES = COPYING
|
||||
|
||||
QDECODER_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user