1################################################################################ 2# 3# memtool 4# 5################################################################################ 6 7MEMTOOL_VERSION = 2018.03.0 8MEMTOOL_SITE = http://public.pengutronix.de/software/memtool 9MEMTOOL_SOURCE = memtool-$(MEMTOOL_VERSION).tar.xz 10MEMTOOL_LICENSE = GPL-2.0 11MEMTOOL_LICENSE_FILES = COPYING 12 13$(eval $(autotools-package)) 14