summaryrefslogtreecommitdiffstats
path: root/package/libmbus/libmbus.mk
blob: 16e9e6a0bc8d276a70c6bf20362b03678c6ecba1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#############################################################
#
# libmbus
#
#############################################################

LIBMBUS_VERSION = 0.7.0
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 $(autotools-package))