diff options
Diffstat (limited to 'packages/mpfr/mpfr_2.1.1.bb')
-rw-r--r-- | packages/mpfr/mpfr_2.1.1.bb | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/packages/mpfr/mpfr_2.1.1.bb b/packages/mpfr/mpfr_2.1.1.bb index 6127e5dae9..10383b1caa 100644 --- a/packages/mpfr/mpfr_2.1.1.bb +++ b/packages/mpfr/mpfr_2.1.1.bb @@ -1,12 +1,14 @@ -require mpfr.inc - +DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding" +LICENSE = "LGPL" +SECTION = "libs" DEPENDS = "gmp" - -PR = "r3" +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} \ bindir=${STAGING_BINDIR} \ |