summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/Config.in1
-rw-r--r--package/ccrypt/Config.in6
-rw-r--r--package/ccrypt/ccrypt.mk13
3 files changed, 20 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index f30c25f62f..c62696836d 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1094,6 +1094,7 @@ if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
endif
comment "Utilities"
source "package/at/Config.in"
+ source "package/ccrypt/Config.in"
source "package/dialog/Config.in"
source "package/dtach/Config.in"
source "package/file/Config.in"
diff --git a/package/ccrypt/Config.in b/package/ccrypt/Config.in
new file mode 100644
index 0000000000..99c4d47e71
--- /dev/null
+++ b/package/ccrypt/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_CCRYPT
+ bool "ccrypt"
+ help
+ ccrypt is a utility for encrypting and decrypting files and streams.
+
+ http://ccrypt.sourceforge.net/
diff --git a/package/ccrypt/ccrypt.mk b/package/ccrypt/ccrypt.mk
new file mode 100644
index 0000000000..bd48638585
--- /dev/null
+++ b/package/ccrypt/ccrypt.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# ccrypt
+#
+################################################################################
+
+CCRYPT_VERSION = 1.10
+CCRYPT_SITE = http://ccrypt.sourceforge.net/download/
+
+CCRYPT_LICENSE = GPLv2+
+CCRYPT_LICENSE_FILES = COPYING
+
+$(eval $(autotools-package))
OpenPOWER on IntegriCloud