2011-12-11 00:23:31 +01:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# libmbus
|
|
|
|
#
|
|
|
|
#############################################################
|
|
|
|
|
2012-05-11 11:37:33 +02:00
|
|
|
LIBMBUS_VERSION = 0.7.0
|
|
|
|
LIBMBUS_SITE = http://www.freescada.com/public-dist
|
2011-12-11 00:23:31 +01:00
|
|
|
LIBMBUS_INSTALL_STAGING = YES
|
|
|
|
|
|
|
|
# Without this the build yields an error:
|
|
|
|
# cannot find input file: `test/Makefile.in'
|
|
|
|
LIBMBUS_AUTORECONF = YES
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|