[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

7
package/ccrypt/Config.in Normal file
View File

@ -0,0 +1,7 @@
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,3 @@
# Locally computed:
sha256 b19c47500a96ee5fbd820f704c912f6efcc42b638c0a6aa7a4e3dc0a6b51a44f ccrypt-1.11.tar.gz
sha256 d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d COPYING

13
package/ccrypt/ccrypt.mk Normal file
View File

@ -0,0 +1,13 @@
################################################################################
#
# ccrypt
#
################################################################################
CCRYPT_VERSION = 1.11
CCRYPT_SITE = http://ccrypt.sourceforge.net/download/$(CCRYPT_VERSION)
CCRYPT_LICENSE = GPL-2.0+
CCRYPT_LICENSE_FILES = COPYING
$(eval $(autotools-package))