New package: libdmtx

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Frank Hunleth 2012-03-26 10:51:52 -04:00 committed by Peter Korsgaard
parent 7c717bbfff
commit 2f41adabc5
3 changed files with 20 additions and 0 deletions

View File

@ -307,6 +307,7 @@ source "package/gtk2-themes/Config.in"
source "package/imlib2/Config.in"
source "package/jpeg/Config.in"
source "package/libart/Config.in"
source "package/libdmtx/Config.in"
source "package/libdrm/Config.in"
source "package/libexif/Config.in"
source "package/libgail/Config.in"

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,12 @@
#############################################################
#
# libdmtx
#
#############################################################
LIBDMTX_VERSION = 0.7.4
LIBDMTX_SOURCE = libdmtx-$(LIBDMTX_VERSION).tar.gz
LIBDMTX_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/libdmtx
LIBDMTX_INSTALL_STAGING = YES
$(eval $(call AUTOTARGETS))