summaryrefslogtreecommitdiffstats
path: root/package/aespipe
diff options
context:
space:
mode:
authorPatrick Ziegler <patrick.ziegler@fh-kl.de>2013-05-15 00:43:51 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-05-26 22:42:37 +0200
commita1b9256d376dd74ec7441d701510995cde3e0042 (patch)
tree4c685e6fd2961a8e074284d47e38db9b696fb544 /package/aespipe
parent9d63d3dc3644ec65dbb0280af8d7a1854e5c4d33 (diff)
downloadbuildroot-novena-a1b9256d376dd74ec7441d701510995cde3e0042.tar.gz
buildroot-novena-a1b9256d376dd74ec7441d701510995cde3e0042.zip
aespipe: new package
Signed-off-by: Patrick Ziegler <patrick.ziegler@fh-kl.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/aespipe')
-rw-r--r--package/aespipe/Config.in9
-rw-r--r--package/aespipe/aespipe.mk12
2 files changed, 21 insertions, 0 deletions
diff --git a/package/aespipe/Config.in b/package/aespipe/Config.in
new file mode 100644
index 000000000..ccc94c2a0
--- /dev/null
+++ b/package/aespipe/Config.in
@@ -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/
diff --git a/package/aespipe/aespipe.mk b/package/aespipe/aespipe.mk
new file mode 100644
index 000000000..c901708c4
--- /dev/null
+++ b/package/aespipe/aespipe.mk
@@ -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))