[oe-commits] : libdmtx: new recipe. close oebug#4446

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Sep 17 21:42:15 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: dbc2739eda65b5320e5fbc5c74943fec5b73c778
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=dbc2739eda65b5320e5fbc5c74943fec5b73c778

Author:  <xjqian at openembedded.org>
Date:   Tue Sep 16 09:37:27 2008 +0000

libdmtx: new recipe. close oebug#4446

---

 packages/libdmtx/libdmtx_0.5.2.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/packages/libdmtx/.mtn2git_empty b/packages/libdmtx/.mtn2git_empty
new file mode 100644
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
index 0000000..0ddcff2
--- /dev/null
+++ b/packages/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





More information about the Openembedded-commits mailing list