diff options
Diffstat (limited to 'recipes/mpfr/mpfr_svn.bb')
-rw-r--r-- | recipes/mpfr/mpfr_svn.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/mpfr/mpfr_svn.bb b/recipes/mpfr/mpfr_svn.bb new file mode 100644 index 0000000000..f1e9273a65 --- /dev/null +++ b/recipes/mpfr/mpfr_svn.bb @@ -0,0 +1,12 @@ +require mpfr.inc + +DEPENDS = "gmp" +PV = "0.0+svn${SRCDATE}" +PR = "r3" + +SRC_URI = "svn://scm.gforge.inria.fr/svn/mpfr;module=trunk" +S = "${WORKDIR}/trunk" + +do_stage() { + autotools_stage_all +} |