summaryrefslogtreecommitdiffstats
path: root/package/scrypt/scrypt.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-08-28 14:59:51 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-08-28 14:59:51 +0200
commit0d83de383224c65ec250a005130b1d3cc6fd6d76 (patch)
treecb79fcdaf9d8fc731dd7b7f32620ae1515e62a27 /package/scrypt/scrypt.mk
parent84face61cf1dfefe864d6d47976932a32bbde9f2 (diff)
downloadbuildroot-0d83de383224c65ec250a005130b1d3cc6fd6d76.tar.gz
buildroot-0d83de383224c65ec250a005130b1d3cc6fd6d76.zip
scrypt: commit packaging improvements
The changes brought by this commit should have been part of the previous commit, but were not due to a mistake. This commit implements the following changes to the scrypt package: - move from "Libraries -> Crypto" to "System tools", since it only installs one binary, scrypt, and no library. - bump from 1.1.6 to 1.2.0 - add comment in the .hash file explaining where the hash is coming from. - add missing dependency on OpenSSL - use BSD-2c as the license code, instead of BSD2 - use 'main.c' as the license file. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/scrypt/scrypt.mk')
-rw-r--r--package/scrypt/scrypt.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/scrypt/scrypt.mk b/package/scrypt/scrypt.mk
index 2db6e2e891..7ffa7ccf3f 100644
--- a/package/scrypt/scrypt.mk
+++ b/package/scrypt/scrypt.mk
@@ -4,10 +4,12 @@
#
################################################################################
-SCRYPT_VERSION = 1.1.6
+SCRYPT_VERSION = 1.2.0
SCRYPT_SOURCE = scrypt-$(SCRYPT_VERSION).tgz
SCRYPT_SITE = http://www.tarsnap.com/scrypt
-SCRYPT_LICENSE = BSD2
+SCRYPT_LICENSE = BSD-2c
+SCRYPT_LICENSE_FILES = main.c
+SCRYPT_DEPENDENCIES = openssl
SCRYPT_INSTALL_STAGING = YES
$(eval $(autotools-package))
OpenPOWER on IntegriCloud