aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mpfr/mpfr_2.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mpfr/mpfr_2.1.1.bb')
-rw-r--r--recipes/mpfr/mpfr_2.1.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/mpfr/mpfr_2.1.1.bb b/recipes/mpfr/mpfr_2.1.1.bb
new file mode 100644
index 0000000000..1a60ab17a2
--- /dev/null
+++ b/recipes/mpfr/mpfr_2.1.1.bb
@@ -0,0 +1,11 @@
+require mpfr.inc
+
+DEPENDS = "gmp"
+PR = "r3"
+
+SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2"
+S = "${WORKDIR}/mpfr-${PV}"
+
+do_stage() {
+ autotools_stage_all
+}