generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
8
package/qdecoder/Config.in
Normal file
8
package/qdecoder/Config.in
Normal 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
|
||||
3
package/qdecoder/qdecoder.hash
Normal file
3
package/qdecoder/qdecoder.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 edd32bd5119d276afa9e01cd54a1c23049cad4e96dc6a8e48ac324580e085ebb qdecoder-12.1.0.tar.gz
|
||||
sha256 41f34ba1ed6e5d8d3488992311f474cd3f614b82bada88ae53216946026cfae7 COPYING
|
||||
15
package/qdecoder/qdecoder.mk
Normal file
15
package/qdecoder/qdecoder.mk
Normal 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))
|
||||
Reference in New Issue
Block a user