libmhash: new package
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
97a3493c51
commit
8a029d7fc9
@ -371,6 +371,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/libsha1/Config.in"
|
||||
source "package/nettle/Config.in"
|
||||
|
9
package/libmhash/Config.in
Normal file
9
package/libmhash/Config.in
Normal file
@ -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/
|
14
package/libmhash/libmhash.mk
Normal file
14
package/libmhash/libmhash.mk
Normal file
@ -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))
|
Loading…
Reference in New Issue
Block a user