From: Martin Hicks <mort@bork.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Add cryptsetup package
Date: Tue, 1 Feb 2011 12:18:38 -0500 [thread overview]
Message-ID: <1296580718-4746-1-git-send-email-mort@bork.org> (raw)
This adds the cryptsetup package to buildroot
Signed-off-by: Martin Hicks <mort@bork.org>
---
package/Config.in | 1 +
package/cryptsetup/Config.in | 10 ++++++++++
package/cryptsetup/cryptsetup.mk | 12 ++++++++++++
3 files changed, 23 insertions(+), 0 deletions(-)
create mode 100644 package/cryptsetup/Config.in
create mode 100644 package/cryptsetup/cryptsetup.mk
diff --git a/package/Config.in b/package/Config.in
index 16a9e8f..631bb80 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -483,6 +483,7 @@ source "package/sysklogd/Config.in"
source "package/sysvinit/Config.in"
source "package/util-linux/Config.in"
endif
+source "package/cryptsetup/Config.in"
endmenu
menu "Text editors and viewers"
diff --git a/package/cryptsetup/Config.in b/package/cryptsetup/Config.in
new file mode 100644
index 0000000..23c4afa
--- /dev/null
+++ b/package/cryptsetup/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_CRYPTSETUP
+ bool "cryptsetup"
+ select BR2_PACKAGE_LIBGCRYPT
+ select BR2_PACKAGE_POPT
+ select BR2_PACKAGE_LVM2
+ help
+ This tool helps manipulate dm-crypt and luks partitions for on-disk
+ encryption.
+
+ http://www.saout.de/misc/dm-crypt/
diff --git a/package/cryptsetup/cryptsetup.mk b/package/cryptsetup/cryptsetup.mk
new file mode 100644
index 0000000..5b0310f
--- /dev/null
+++ b/package/cryptsetup/cryptsetup.mk
@@ -0,0 +1,12 @@
+#
+# cryptsetup
+#
+CRYPTSETUP_VERSION = 1.2.0
+CRYPTSETUP_SOURCE = cryptsetup-$(CRYPTSETUP_VERSION).tar.bz2
+CRYPTSETUP_SITE = http://cryptsetup.googlecode.com/files
+CRYPTSETUP_INSTALL_STAGING = NO
+CRYPTSETUP_INSTALL_TARGET = YES
+#CRYPTSETUP_CONF_OPT = --BLAH
+CRYPTSETUP_DEPENDENCIES = lvm2 libgcrypt popt e2fsprogs
+
+$(eval $(call AUTOTARGETS,package,cryptsetup))
--
1.5.6.5
next reply other threads:[~2011-02-01 17:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-01 17:18 Martin Hicks [this message]
2011-02-01 18:27 ` [Buildroot] [PATCH] Add cryptsetup package Heiko Zuerker
2011-02-01 21:04 ` Thomas Petazzoni
-- strict thread matches above, loose matches on Subject: below --
2013-08-08 17:38 Martin Hicks
2013-08-08 17:42 ` Martin Hicks
2013-08-08 17:50 ` Martin Hicks
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1296580718-4746-1-git-send-email-mort@bork.org \
--to=mort@bork.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox