Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] libmhash: new package
@ 2013-01-07 18:12 Gustavo Zacarias
  2013-01-07 18:12 ` [Buildroot] [PATCH 2/3] libmcrypt: " Gustavo Zacarias
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Gustavo Zacarias @ 2013-01-07 18:12 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/Config.in            |    1 +
 package/libmhash/Config.in   |    9 +++++++++
 package/libmhash/libmhash.mk |   14 ++++++++++++++
 3 files changed, 24 insertions(+), 0 deletions(-)
 create mode 100644 package/libmhash/Config.in
 create mode 100644 package/libmhash/libmhash.mk

diff --git a/package/Config.in b/package/Config.in
index 0f397d6..942e62c 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -370,6 +370,7 @@ source "package/beecrypt/Config.in"
 source "package/gnutls/Config.in"
 source "package/libgcrypt/Config.in"
 source "package/libgpg-error/Config.in"
+source "package/libmhash/Config.in"
 source "package/libnss/Config.in"
 source "package/nettle/Config.in"
 source "package/ocf-linux/Config.in"
diff --git a/package/libmhash/Config.in b/package/libmhash/Config.in
new file mode 100644
index 0000000..82b544f
--- /dev/null
+++ b/package/libmhash/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_LIBMHASH
+	bool "libmhash"
+	help
+	  Mhash is a free (under GNU Lesser GPL) library which provides
+	  a uniform interface to a large number of hash algorithms.
+	  These algorithms can be used to compute checksums, message digests,
+	  and other signatures. 
+
+	  http://mhash.sourceforge.net/
diff --git a/package/libmhash/libmhash.mk b/package/libmhash/libmhash.mk
new file mode 100644
index 0000000..aa05f93
--- /dev/null
+++ b/package/libmhash/libmhash.mk
@@ -0,0 +1,14 @@
+#############################################################
+#
+# libmhash
+#
+#############################################################
+
+LIBMHASH_VERSION = 0.9.9.9
+LIBMHASH_SITE = http://downloads.sourceforge.net/project/mhash/mhash/$(LIBMHASH_VERSION)
+LIBMHASH_SOURCE = mhash-$(LIBMHASH_VERSION).tar.bz2
+LIBMHASH_INSTALL_STAGING = YES
+LIBMHASH_LICENSE = LGPLv2
+LIBMHASH_LICENSE_FILES = COPYING
+
+$(eval $(autotools-package))
-- 
1.7.8.6

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-01-13 20:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-07 18:12 [Buildroot] [PATCH 1/3] libmhash: new package Gustavo Zacarias
2013-01-07 18:12 ` [Buildroot] [PATCH 2/3] libmcrypt: " Gustavo Zacarias
2013-01-13 20:28   ` Peter Korsgaard
2013-01-07 18:13 ` [Buildroot] [PATCH 3/3] mcrypt: " Gustavo Zacarias
2013-01-13 20:30   ` Peter Korsgaard
2013-01-13 20:24 ` [Buildroot] [PATCH 1/3] libmhash: " Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox