summaryrefslogtreecommitdiffstats
path: root/recipes/mpfr/mpfr_2.1.1.bb
blob: 1a60ab17a21b5465b77b7ded05faa2731cdef1f5 (plain)
1
2
3
4
5
6
7
8
9
10
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
}