diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2008-09-16 09:37:27 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2008-09-16 09:37:27 +0000 |
commit | cd0ed778d5163abc5052c24f3eec60b79ae21945 (patch) | |
tree | 750ca37ac0548b526edb6ae54bb0fee2c56c74c6 /packages/libdmtx | |
parent | 35adb93043fde981b9fed0aff9c6bb1be69d525b (diff) |
libdmtx: new recipe. close oebug#4446
Diffstat (limited to 'packages/libdmtx')
-rw-r--r-- | packages/libdmtx/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/libdmtx/libdmtx_0.5.2.bb | 14 |
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/libdmtx/.mtn2git_empty b/packages/libdmtx/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/libdmtx/.mtn2git_empty diff --git a/packages/libdmtx/libdmtx_0.5.2.bb b/packages/libdmtx/libdmtx_0.5.2.bb new file mode 100644 index 0000000000..0ddcff2d23 --- /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 |