Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -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/

View File

@@ -0,0 +1,2 @@
# Locally computed:
sha256 87d66da2170facabf6f2fc073586ae2c7320d4689980cfca415c74688e499ba0 ccrypt-1.10.tar.gz

View File

@@ -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))