1SUMMARY = "A Modbus library" 2DESCRIPTION = "libmodbus is a C library designed to provide a fast and robust \ 3implementation of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, \ 4QNX and Windows." 5HOMEPAGE = "http://www.libmodbus.org/" 6SECTION = "libs" 7 8LICENSE = "LGPL-2.1-or-later" 9LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c" 10 11SRC_URI = "http://libmodbus.org/releases/${BP}.tar.gz" 12 13PACKAGECONFIG ??= "" 14PACKAGECONFIG[documentation] = "--with-documentation,--without-documentation,asciidoc-native xmlto-native" 15 16inherit autotools pkgconfig 17