libdmtx: new recipe. close oebug#4446
authorJunqian Gordon Xu <xjqian@gmail.com>
Tue, 16 Sep 2008 09:37:27 +0000 (09:37 +0000)
committerJunqian Gordon Xu <xjqian@gmail.com>
Tue, 16 Sep 2008 09:37:27 +0000 (09:37 +0000)
packages/libdmtx/.mtn2git_empty [new file with mode: 0644]
packages/libdmtx/libdmtx_0.5.2.bb [new file with mode: 0644]

diff --git a/packages/libdmtx/.mtn2git_empty b/packages/libdmtx/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/libdmtx/libdmtx_0.5.2.bb b/packages/libdmtx/libdmtx_0.5.2.bb
new file mode 100644 (file)
index 0000000..0ddcff2
--- /dev/null
@@ -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