From: Martin Hicks <mort@bork.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Add cryptsetup package
Date: Thu, 8 Aug 2013 13:50:27 -0400 [thread overview]
Message-ID: <20130808175027.GA19089@darwin.bork.org> (raw)
In-Reply-To: <1375983487-5516-1-git-send-email-mort@bork.org>
Here's the updated patch. Includes cryptsetup 1.6.2 and an updated
link to the Cryptsetup website.
--
Martin Hicks P.Eng. | mort at bork.org
Bork Consulting Inc. | +1 (613) 266-2296
From: Martin Hicks <mort@bork.org>
Date: Thu, 8 Aug 2013 13:12:56 -0400
Subject: [PATCH] Add cryptsetup package
Used for managing/creating/unlocking dm-crypt and LUKS encrypted
block devices.
Signed-off-by: Martin Hicks <mort@bork.org>
---
package/Config.in | 1 +
package/cryptsetup/Config.in | 11 +++++++++++
package/cryptsetup/cryptsetup.mk | 11 +++++++++++
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 7069d77..94d10d9 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -233,6 +233,7 @@ source "package/freescale-imx/Config.in"
source "package/a10disp/Config.in"
source "package/acpid/Config.in"
source "package/cdrkit/Config.in"
+source "package/cryptsetup/Config.in"
source "package/dbus/Config.in"
source "package/dbus-glib/Config.in"
source "package/dbus-python/Config.in"
diff --git a/package/cryptsetup/Config.in b/package/cryptsetup/Config.in
new file mode 100644
index 0000000..c8788bb
--- /dev/null
+++ b/package/cryptsetup/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_CRYPTSETUP
+ bool "cryptsetup"
+ select BR2_PACKAGE_LIBGCRYPT
+ select BR2_PACKAGE_POPT
+ select BR2_PACKAGE_LVM2
+ select BR2_PACKAGE_E2FSPROGS
+ help
+ This tool helps manipulate dm-crypt and luks partitions for on-disk
+ encryption.
+
+ https://code.google.com/p/cryptsetup/
diff --git a/package/cryptsetup/cryptsetup.mk b/package/cryptsetup/cryptsetup.mk
new file mode 100644
index 0000000..72ea389
--- /dev/null
+++ b/package/cryptsetup/cryptsetup.mk
@@ -0,0 +1,11 @@
+#
+# cryptsetup
+#
+CRYPTSETUP_VERSION = 1.6.2
+CRYPTSETUP_SOURCE = cryptsetup-$(CRYPTSETUP_VERSION).tar.bz2
+CRYPTSETUP_SITE = http://cryptsetup.googlecode.com/files
+CRYPTSETUP_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config
+CRYPTSETUP_DEPENDENCIES = lvm2 popt e2fsprogs libgcrypt pkg-config
+
+
+$(eval $(autotools-package))
--
1.7.2.5
next prev parent reply other threads:[~2013-08-08 17:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-08 17:38 [Buildroot] [PATCH] Add cryptsetup package Martin Hicks
2013-08-08 17:42 ` Martin Hicks
2013-08-08 17:50 ` Martin Hicks [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-02-01 17:18 Martin Hicks
2011-02-01 18:27 ` Heiko Zuerker
2011-02-01 21:04 ` Thomas Petazzoni
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=20130808175027.GA19089@darwin.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