mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
aespipe: new package
Signed-off-by: Patrick Ziegler <patrick.ziegler@fh-kl.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
9d63d3dc36
commit
a1b9256d37
9
package/aespipe/Config.in
Normal file
9
package/aespipe/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
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
package/aespipe/aespipe.mk
Normal file
12
package/aespipe/aespipe.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
#############################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user