Commit e235ff31 authored by David Bachelart's avatar David Bachelart Committed by Peter Korsgaard
Browse files

ccrypt: new package



ccrypt is a utility for encrypting and decrypting files and streams.

Signed-off-by: default avatarDavid Bachelart <david.bachelart@bbright.com>
Reviewed-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 07ac0456
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"
+6 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_CCRYPT
        bool "ccrypt"
        help
          ccrypt is a utility for encrypting and decrypting files and streams.

          http://ccrypt.sourceforge.net/
+13 −0
Original line number Diff line number Diff line
################################################################################
#
# ccrypt
#
################################################################################

CCRYPT_VERSION = 1.10
CCRYPT_SITE = http://ccrypt.sourceforge.net/download/

CCRYPT_LICENSE = GPLv2+
CCRYPT_LICENSE_FILES = COPYING

$(eval $(autotools-package))