blob: 0ddcff2d235d2ed4f4f42408b480bbce19d53371 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|