Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View 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/

View File

@@ -0,0 +1,2 @@
# Locally computed:
sha256 686bcfb44e50b96345aa53f41e285f2118a2cf87a333b69b74165a2e7ddca492 libdmtx-0.7.4.tar.gz

View 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))