mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-24 15:27:16 +00: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))
|