aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libdmtx/libdmtx_0.5.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libdmtx/libdmtx_0.5.2.bb')
-rw-r--r--recipes/libdmtx/libdmtx_0.5.2.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/libdmtx/libdmtx_0.5.2.bb b/recipes/libdmtx/libdmtx_0.5.2.bb
new file mode 100644
index 0000000000..0ddcff2d23
--- /dev/null
+++ b/recipes/libdmtx/libdmtx_0.5.2.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "libdmtx is for reading and writing Data Matrix barcodes"
+HOMEPAGE = "http://www.libdmtx.org/"
+LICENSE = "GPLv2"
+AUTHOR = "Mike Laughton"
+SECTION = "libs"
+PRIORITY = "optional"
+
+PR = "r0"
+
+DEPENDS = "libpng tiff"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/libdmtx/libdmtx-${PV}.tar.gz"
+
+inherit autotools