Move all to deprecated folder.
This commit is contained in:
9
deprecated/firmware/buildroot/package/libmhash/Config.in
Normal file
9
deprecated/firmware/buildroot/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/
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 56521c52a9033779154432d0ae47ad7198914785265e1f570cee21ab248dfef0 mhash-0.9.9.9.tar.bz2
|
||||
14
deprecated/firmware/buildroot/package/libmhash/libmhash.mk
Normal file
14
deprecated/firmware/buildroot/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))
|
||||
Reference in New Issue
Block a user