blob: fb305faf41e853b34515410c3b9bfd471c42cf23 [file] [log] [blame]
################################################################################
#
# scrypt
#
################################################################################
SCRYPT_VERSION = 1.3.1
SCRYPT_SOURCE = scrypt-$(SCRYPT_VERSION).tgz
SCRYPT_SITE = http://www.tarsnap.com/scrypt
SCRYPT_LICENSE = BSD-2-Clause
SCRYPT_LICENSE_FILES = COPYRIGHT
SCRYPT_DEPENDENCIES = openssl
SCRYPT_INSTALL_STAGING = YES
$(eval $(autotools-package))