Move all to deprecated folder.
This commit is contained in:
6
deprecated/firmware/buildroot/package/ccrypt/Config.in
Normal file
6
deprecated/firmware/buildroot/package/ccrypt/Config.in
Normal 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/
|
||||
2
deprecated/firmware/buildroot/package/ccrypt/ccrypt.hash
Normal file
2
deprecated/firmware/buildroot/package/ccrypt/ccrypt.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 87d66da2170facabf6f2fc073586ae2c7320d4689980cfca415c74688e499ba0 ccrypt-1.10.tar.gz
|
||||
13
deprecated/firmware/buildroot/package/ccrypt/ccrypt.mk
Normal file
13
deprecated/firmware/buildroot/package/ccrypt/ccrypt.mk
Normal 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))
|
||||
Reference in New Issue
Block a user