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 / gmp / gmp.mk
1 ################################################################################
2 #
3 # gmp
4 #
5 ################################################################################
6
7 GMP_VERSION = 6.0.0a
8 GMP_SITE = $(BR2_GNU_MIRROR)/gmp
9 GMP_SOURCE = gmp-$(GMP_VERSION).tar.xz
10 GMP_INSTALL_STAGING = YES
11 GMP_LICENSE = LGPLv3+
12 GMP_LICENSE_FILES = COPYING.LESSERv3
13 GMP_DEPENDENCIES = host-m4
14
15 $(eval $(autotools-package))
16 $(eval $(host-autotools-package))