mpfr: update to 2.3.1

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3913 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-03-05 08:45:27 +00:00
parent db497d9391
commit 952fa1e0a0
4 changed files with 17 additions and 19 deletions

View File

@ -0,0 +1,6 @@
DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding"
HOMEPAGE = "http://www.mpfr.org/"
LICENSE = "LGPL"
SECTION = "libs"
inherit autotools

View File

@ -1,19 +0,0 @@
DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding"
LICENSE = "LGPL"
SECTION = "libs"
DEPENDS = "gmp"
PR = "r2"
SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2"
S = "${WORKDIR}/mpfr-${PV}"
inherit autotools
do_stage() {
oe_runmake install prefix=${STAGING_DIR_HOST}${layout_prefix} \
bindir=${STAGING_BINDIR} \
includedir=${STAGING_INCDIR} \
libdir=${STAGING_LIBDIR} \
datadir=${STAGING_DATADIR} \
infodir=${STAGING_DIR_HOST}${layout_infodir}
}

View File

@ -0,0 +1,11 @@
require mpfr.inc
DEPENDS = "gmp"
PR = "r1"
SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2"
S = "${WORKDIR}/mpfr-${PV}"
do_stage() {
autotools_stage_all
}