libsha1.mk 528 B

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