aboutsummaryrefslogtreecommitdiffstats
path: root/package/libmhash/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-01-07 08:12:58 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-13 21:22:19 +0100
commit8a029d7fc90387a66b64feb543696de4b9b19a24 (patch)
tree6fb91c45d0a90e891b68b7852aa6439f7591e1f8 /package/libmhash/Config.in
parent97a3493c51f4163957adef686addcde749f98aa8 (diff)
downloadbuildroot-novena-8a029d7fc90387a66b64feb543696de4b9b19a24.tar.gz
buildroot-novena-8a029d7fc90387a66b64feb543696de4b9b19a24.zip
libmhash: new package
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libmhash/Config.in')
-rw-r--r--package/libmhash/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/libmhash/Config.in b/package/libmhash/Config.in
new file mode 100644
index 000000000..a9bd51a2c
--- /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/