aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mpfr/mpfr_2.1.1.bb
blob: 6593c2e010a9e0b82924bc775d9373f4c36d0465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}

SRC_URI[md5sum] = "843422d90349800ee721f6710d051c87"
SRC_URI[sha256sum] = "df551fb075d5e6d0824b74d231962cf0e104c43f646e233675d952ef3c03debc"