mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
15 lines
447 B
Makefile
15 lines
447 B
Makefile
################################################################################
|
|
#
|
|
# libmodbus
|
|
#
|
|
################################################################################
|
|
|
|
LIBMODBUS_VERSION = 3.1.4
|
|
LIBMODBUS_SITE = http://libmodbus.org/releases
|
|
LIBMODBUS_LICENSE = LGPL-2.1+
|
|
LIBMODBUS_LICENSE_FILES = COPYING.LESSER
|
|
LIBMODBUS_INSTALL_STAGING = YES
|
|
LIBMODBUS_CONF_OPTS = --without-documentation --disable-tests
|
|
|
|
$(eval $(autotools-package))
|