New package: libdmtx
authorFrank Hunleth <fhunleth@troodon-software.com>
Mon, 26 Mar 2012 14:51:52 +0000 (10:51 -0400)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 16 Apr 2012 22:21:39 +0000 (00:21 +0200)
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/Config.in
package/libdmtx/Config.in [new file with mode: 0644]
package/libdmtx/libdmtx.mk [new file with mode: 0644]

index 3e5f708d1b02773d7a73e360fb87e0016bb21e21..567fbedf444a04d581c6d0971cc8ad4b193a6bf3 100644 (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"
diff --git a/package/libdmtx/Config.in b/package/libdmtx/Config.in
new file mode 100644 (file)
index 0000000..db4187f
--- /dev/null
@@ -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/
diff --git a/package/libdmtx/libdmtx.mk b/package/libdmtx/libdmtx.mk
new file mode 100644 (file)
index 0000000..495e59a
--- /dev/null
@@ -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))