summaryrefslogtreecommitdiff
path: root/packages/mpfr/mpfr_2.1.1.bb
blob: a42498cfd41603a1bab51bda135ee15cd2e5d2ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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() {
	oe_runmake install prefix=${STAGING_DIR} \
	       bindir=${STAGING_BINDIR} \
	       includedir=${STAGING_INCDIR} \
	       libdir=${STAGING_LIBDIR} \
	       datadir=${STAGING_DATADIR} \
	       infodir=${STAGING_DIR}/${HOST_SYS}/info
}