1################################################################################ 2# 3# libsha1 4# 5################################################################################ 6 7LIBSHA1_VERSION = 0.3 8LIBSHA1_SITE = $(call github,dottedmag,libsha1,$(LIBSHA1_VERSION)) 9LIBSHA1_LICENSE = BSD-3-Clause or GPL 10LIBSHA1_LICENSE_FILES = COPYING 11 12LIBSHA1_INSTALL_STAGING = YES 13 14# We're getting the source code from GitHub, so there is no generated 15# configure script in the tarball. 16LIBSHA1_AUTORECONF = YES 17 18$(eval $(autotools-package)) 19