1################################################################################ 2# 3# spi-tools 4# 5################################################################################ 6 7SPI_TOOLS_VERSION = 1.0.0 8SPI_TOOLS_SITE = $(call github,cpb-,spi-tools,$(SPI_TOOLS_VERSION)) 9# autoreconf must be run as specified in package documentation 10SPI_TOOLS_AUTORECONF = YES 11SPI_TOOLS_LICENSE = GPL-2.0 12SPI_TOOLS_LICENSE_FILES = LICENSE 13 14$(eval $(autotools-package)) 15