2017-02-26 21:44:27 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# memtool
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
MEMTOOL_VERSION = 2016.10.0
|
2017-03-03 19:13:54 +01:00
|
|
|
MEMTOOL_SITE = http://public.pengutronix.de/software/memtool
|
2017-02-26 21:44:27 +01:00
|
|
|
MEMTOOL_SOURCE = memtool-$(MEMTOOL_VERSION).tar.xz
|
2017-03-30 15:43:32 +02:00
|
|
|
MEMTOOL_LICENSE = GPL-2.0
|
2017-02-26 21:44:27 +01:00
|
|
|
MEMTOOL_LICENSE_FILES = COPYING
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|