From: Junqian Gordon Xu Date: Tue, 16 Sep 2008 09:37:27 +0000 (+0000) Subject: libdmtx: new recipe. close oebug#4446 X-Git-Tag: Release-2010-05/1~6063^2~2^2~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd0ed778d5163abc5052c24f3eec60b79ae21945;p=openembedded.git libdmtx: new recipe. close oebug#4446 --- diff --git a/packages/libdmtx/.mtn2git_empty b/packages/libdmtx/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 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