Move all to deprecated folder.
This commit is contained in:
14
deprecated/firmware/buildroot/package/zxing-cpp/Config.in
Normal file
14
deprecated/firmware/buildroot/package/zxing-cpp/Config.in
Normal file
@@ -0,0 +1,14 @@
|
||||
comment "zxing-cpp needs a toolchain w/ C++, dynamic library"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
|
||||
|
||||
config BR2_PACKAGE_ZXING_CPP
|
||||
bool "zxing-cpp"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
help
|
||||
ZXing-cpp (pronounced "zebra crossing") is an open-source,
|
||||
multi-format 1D/2D barcode image processing library
|
||||
implemented in Java, with ports to other languages. This
|
||||
compiles the C++ port.
|
||||
|
||||
https://github.com/glassechidna/zxing-cpp
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 164c0bc9f1ce2ff5659fddce6da71f8cdda091751f3b71140c090b58451a2b04 zxing-cpp-fa34227d26e0b388e65b81936a2681952928f5be.tar.gz
|
||||
18
deprecated/firmware/buildroot/package/zxing-cpp/zxing-cpp.mk
Normal file
18
deprecated/firmware/buildroot/package/zxing-cpp/zxing-cpp.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# zxing-cpp
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ZXING_CPP_VERSION = fa34227d26e0b388e65b81936a2681952928f5be
|
||||
ZXING_CPP_SITE = $(call github,glassechidna,zxing-cpp,$(ZXING_CPP_VERSION))
|
||||
ZXING_CPP_LICENSE = Apache-2.0
|
||||
ZXING_CPP_LICENSE_FILES = COPYING
|
||||
ZXING_CPP_INSTALL_STAGING = YES
|
||||
ZXING_CPP_SUPPORTS_IN_SOURCE_BUILD = NO
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
||||
ZXING_CPP_DEPENDENCIES += libiconv
|
||||
endif
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user