buildrootschalter/package/libmodbus/libmodbus.mk
Yegor Yefremov 8639afc6f0 libmodbus: bump version and change download location
The license of libmodbus is LGPL v2.1 or later and the
licence of programs in tests directory is GPL v3. So
specify only LGPL v2.1.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-11-11 00:56:37 +01:00

14 lines
394 B
Makefile

################################################################################
#
# libmodbus
#
################################################################################
LIBMODBUS_VERSION = 3.0.5
LIBMODBUS_SITE = http://libmodbus.org/site_media/build/
LIBMODBUS_LICENSE = LGPLv2.1+
LIBMODBUS_LICENSE_FILES = COPYING.LESSER
LIBMODBUS_INSTALL_STAGING = YES
$(eval $(autotools-package))