43f8bb8c25
libmbus is an open source M-bus (Meter-Bus) library. The Meter-Bus is a standard for reading out meter data from electricity meters, heat meters, gas meters, etc. [Peter: minor whitespace fixes] Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> Reviewed-by: Luca Ceresoli<luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
390 B
Makefile
16 lines
390 B
Makefile
#############################################################
|
|
#
|
|
# libmbus
|
|
#
|
|
#############################################################
|
|
|
|
LIBMBUS_VERSION = 0.6.1
|
|
LIBMBUS_SITE = http://www.freescada.com/public-dist/
|
|
LIBMBUS_INSTALL_STAGING = YES
|
|
|
|
# Without this the build yields an error:
|
|
# cannot find input file: `test/Makefile.in'
|
|
LIBMBUS_AUTORECONF = YES
|
|
|
|
$(eval $(call AUTOTARGETS))
|