buildroot/package/scrypt/scrypt.mk
Fabrice Fontaine 1524c1e920 package/scrypt: bump to version 1.3.0
Use the new COPYRIGHT file as the license file

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-02-26 22:47:08 +01:00

16 lines
440 B
Makefile

################################################################################
#
# scrypt
#
################################################################################
SCRYPT_VERSION = 1.3.0
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))