generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/ccrypt/Config.in
Normal file
7
package/ccrypt/Config.in
Normal 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/
|
||||
3
package/ccrypt/ccrypt.hash
Normal file
3
package/ccrypt/ccrypt.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 b19c47500a96ee5fbd820f704c912f6efcc42b638c0a6aa7a4e3dc0a6b51a44f ccrypt-1.11.tar.gz
|
||||
sha256 d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d COPYING
|
||||
13
package/ccrypt/ccrypt.mk
Normal file
13
package/ccrypt/ccrypt.mk
Normal 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))
|
||||
Reference in New Issue
Block a user