Commit a1b9256d authored by Patrick Ziegler's avatar Patrick Ziegler Committed by Peter Korsgaard
Browse files

aespipe: new package

parent 9d63d3dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -652,6 +652,7 @@ endmenu
endmenu

menu "Miscellaneous"
source "package/aespipe/Config.in"
source "package/collectd/Config.in"
source "package/empty/Config.in"
source "package/googlefontdirectory/Config.in"
+9 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_AESPIPE
	bool "aespipe"
	help
	  aespipe program is AES encrypting or decrypting pipe. It reads from
	  standard input and writes to standard output. It can be used to
	  create and restore encrypted tar or cpio archives. It can be used to
	  encrypt and decrypt loop-AES compatible encrypted disk images.

	  http://koti.tnnet.fi/jari.ruusu/linux/
+12 −0
Original line number Diff line number Diff line
#############################################################
#
# aespipe
#
#############################################################

AESPIPE_VERSION = 2.4c
AESPIPE_SOURCE = aespipe-v$(AESPIPE_VERSION).tar.bz2
AESPIPE_SITE = http://loop-aes.sourceforge.net/aespipe/
AESPIPE_LICENSE = GPL

$(eval $(autotools-package))