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 / mpfr / mpfr.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/mpfr/mpfr.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/mpfr/mpfr.mk
new file mode 100644 (file)
index 0000000..3d23247
--- /dev/null
@@ -0,0 +1,17 @@
+################################################################################
+#
+# mpfr
+#
+################################################################################
+
+MPFR_VERSION = 3.1.2
+MPFR_SITE = http://www.mpfr.org/mpfr-$(MPFR_VERSION)
+MPFR_SOURCE = mpfr-$(MPFR_VERSION).tar.xz
+MPFR_LICENSE = LGPLv3+
+MPFR_LICENSE_FILES = COPYING.LESSER
+MPFR_INSTALL_STAGING = YES
+MPFR_DEPENDENCIES = gmp
+MPFR_MAKE_OPTS = RANLIB=$(TARGET_RANLIB)
+
+$(eval $(autotools-package))
+$(eval $(host-autotools-package))