Move all to deprecated folder.
This commit is contained in:
7
deprecated/firmware/buildroot/package/libdmtx/Config.in
Normal file
7
deprecated/firmware/buildroot/package/libdmtx/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_LIBDMTX
|
||||
bool "libdmtx"
|
||||
help
|
||||
libdmtx is a software library that enables programs to read and write
|
||||
Data Matrix barcodes of the modern ECC200 variety.
|
||||
|
||||
http://www.libdmtx.org/
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 686bcfb44e50b96345aa53f41e285f2118a2cf87a333b69b74165a2e7ddca492 libdmtx-0.7.4.tar.gz
|
||||
13
deprecated/firmware/buildroot/package/libdmtx/libdmtx.mk
Normal file
13
deprecated/firmware/buildroot/package/libdmtx/libdmtx.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# libdmtx
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBDMTX_VERSION = 0.7.4
|
||||
LIBDMTX_SITE = http://downloads.sourceforge.net/project/libdmtx/libdmtx/$(LIBDMTX_VERSION)
|
||||
LIBDMTX_LICENSE = BSD-2c or Special Permission
|
||||
LIBDMTX_LICENSE_FILES = LICENSE
|
||||
LIBDMTX_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user