2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-01-06 12:29:23 +01:00
|
|
|
#
|
|
|
|
# libsha1
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-01-06 12:29:23 +01:00
|
|
|
|
|
|
|
LIBSHA1_VERSION = 0.3
|
2013-12-05 18:20:46 +01:00
|
|
|
LIBSHA1_SITE = $(call github,dottedmag,libsha1,$(LIBSHA1_VERSION))
|
2013-05-09 07:51:06 +02:00
|
|
|
LIBSHA1_LICENSE = BSD-3c or GPL
|
|
|
|
LIBSHA1_LICENSE_FILES = COPYING
|
|
|
|
|
2013-01-06 12:29:23 +01:00
|
|
|
LIBSHA1_INSTALL_STAGING = YES
|
|
|
|
|
2014-06-02 17:55:59 +02:00
|
|
|
# We're getting the source code from GitHub, so there is no generated
|
2013-01-06 12:29:23 +01:00
|
|
|
# configure script in the tarball.
|
|
|
|
LIBSHA1_AUTORECONF = YES
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|