summaryrefslogtreecommitdiffstats
path: root/package/scrypt/scrypt.mk
diff options
context:
space:
mode:
authorParnell Springmeyer <parnell@digitalmentat.com>2015-08-08 11:51:42 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-08-28 14:55:37 +0200
commit84face61cf1dfefe864d6d47976932a32bbde9f2 (patch)
treebaf4cec79b6c3714293950219eea8d3c87c61851 /package/scrypt/scrypt.mk
parent52269572124c36054fa397dc47420b4177a71938 (diff)
downloadbuildroot-84face61cf1dfefe864d6d47976932a32bbde9f2.tar.gz
buildroot-84face61cf1dfefe864d6d47976932a32bbde9f2.zip
scrypt: new package
[Thomas: - 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: Parnell Springmeyer <parnell@digitalmentat.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/scrypt/scrypt.mk')
-rw-r--r--package/scrypt/scrypt.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/scrypt/scrypt.mk b/package/scrypt/scrypt.mk
new file mode 100644
index 0000000000..2db6e2e891
--- /dev/null
+++ b/package/scrypt/scrypt.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# scrypt
+#
+################################################################################
+
+SCRYPT_VERSION = 1.1.6
+SCRYPT_SOURCE = scrypt-$(SCRYPT_VERSION).tgz
+SCRYPT_SITE = http://www.tarsnap.com/scrypt
+SCRYPT_LICENSE = BSD2
+SCRYPT_INSTALL_STAGING = YES
+
+$(eval $(autotools-package))
OpenPOWER on IntegriCloud