The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libmhash / libmhash.mk
1 ################################################################################
2 #
3 # libmhash
4 #
5 ################################################################################
6
7 LIBMHASH_VERSION = 0.9.9.9
8 LIBMHASH_SITE = http://downloads.sourceforge.net/project/mhash/mhash/$(LIBMHASH_VERSION)
9 LIBMHASH_SOURCE = mhash-$(LIBMHASH_VERSION).tar.bz2
10 LIBMHASH_INSTALL_STAGING = YES
11 LIBMHASH_LICENSE = LGPLv2
12 LIBMHASH_LICENSE_FILES = COPYING
13
14 $(eval $(autotools-package))