blob: e5a6c6385a59cbb4548673e890c2305a5794c5e0 [file] [log] [blame]
Alexandre Belloni8dfd59d2013-06-05 23:53:30 +00001################################################################################
Julien Boibessot9b3526f2011-10-19 12:35:56 +02002#
3# libmodbus
4#
Alexandre Belloni8dfd59d2013-06-05 23:53:30 +00005################################################################################
Alexandre Belloni70270402013-06-05 23:53:25 +00006
Yegor Yefremov26493c02017-09-08 15:23:49 +02007LIBMODBUS_VERSION = 3.1.4
Baruch Siach4e501912015-05-13 09:31:26 +03008LIBMODBUS_SITE = http://libmodbus.org/releases
Rahul Bedarkar30a3e8d2017-03-30 19:13:34 +05309LIBMODBUS_LICENSE = LGPL-2.1+
Yegor Yefremov8639afc2013-10-31 14:29:05 +010010LIBMODBUS_LICENSE_FILES = COPYING.LESSER
Julien Boibessot9b3526f2011-10-19 12:35:56 +020011LIBMODBUS_INSTALL_STAGING = YES
Yegor Yefremov26493c02017-09-08 15:23:49 +020012LIBMODBUS_CONF_OPTS = --without-documentation --disable-tests
Julien Boibessot9b3526f2011-10-19 12:35:56 +020013
Arnout Vandecappelle (Essensium/Mind)e1502eb2012-07-03 00:07:32 +020014$(eval $(autotools-package))