1################################################################################ 2# 3# mbuffer 4# 5################################################################################ 6 7MBUFFER_VERSION = 20210328 8MBUFFER_SOURCE = mbuffer-$(MBUFFER_VERSION).tgz 9MBUFFER_SITE = http://www.maier-komor.de/software/mbuffer 10MBUFFER_LICENSE = GPL-3.0+ 11MBUFFER_LICENSE_FILES = LICENSE 12MBUFFER_CONF_OPTS = --disable-debug 13 14# we don't need tests & co. so we specify a target 15# so that the others don't get built, e.g idev.so 16MBUFFER_MAKE_OPTS += mbuffer 17 18$(eval $(autotools-package)) 19