11 lines
367 B
BlitzBasic
11 lines
367 B
BlitzBasic
SUMMARY = "libdmtx is a library for reading and writing Data Matrix barcodes"
|
|
LICENSE = "BSD-2-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b58872aaf3a9d51c1f002b9d7940f4f1"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
SRC_URI = "git://github.com/dmtx/libdmtx.git;branch=master;protocol=https"
|
|
SRCREV = "53f001bbcb09f40747d645997f723fc96a58fec2"
|
|
PV = "0.7.5"
|
|
S = "${WORKDIR}/git"
|