abiword: add 2.8.3
[openembedded.git] / recipes / mpfr / mpfr_2.3.1.bb
1 require mpfr.inc
2
3 DEPENDS = "gmp"
4 PR = "r1"
5
6 SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2 \
7            file://long-long-thumb.patch;patch=1 \
8            file://dont_use_mips_h_constraint.patch;patch=1 \
9           "
10 S = "${WORKDIR}/mpfr-${PV}"
11
12 do_stage() {
13         autotools_stage_all
14 }