mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
14 lines
372 B
Makefile
14 lines
372 B
Makefile
################################################################################
|
|
#
|
|
# libmbus
|
|
#
|
|
################################################################################
|
|
|
|
LIBMBUS_VERSION = 0.8.0
|
|
LIBMBUS_SITE = http://www.rscada.se/public-dist
|
|
LIBMBUS_INSTALL_STAGING = YES
|
|
LIBMBUS_LICENSE = BSD-3-Clause
|
|
LIBMBUS_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|