diff options
Diffstat (limited to 'meta/packages/mpfr/mpfr_2.1.1.bb')
| -rw-r--r-- | meta/packages/mpfr/mpfr_2.1.1.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/packages/mpfr/mpfr_2.1.1.bb b/meta/packages/mpfr/mpfr_2.1.1.bb new file mode 100644 index 0000000000..1bf29fb6b1 --- /dev/null +++ b/meta/packages/mpfr/mpfr_2.1.1.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding" | ||
| 2 | LICENSE = "LGPL" | ||
| 3 | MAINTAINER = "Rene Wagner <rw@handhelds.org>" | ||
| 4 | SECTION = "libs" | ||
| 5 | DEPENDS = "gmp" | ||
| 6 | PR = "r2" | ||
| 7 | |||
| 8 | SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2" | ||
| 9 | S = "${WORKDIR}/mpfr-${PV}" | ||
| 10 | |||
| 11 | inherit autotools | ||
| 12 | |||
| 13 | do_stage() { | ||
| 14 | oe_runmake install prefix=${STAGING_DIR} \ | ||
| 15 | bindir=${STAGING_BINDIR} \ | ||
| 16 | includedir=${STAGING_INCDIR} \ | ||
| 17 | libdir=${STAGING_LIBDIR} \ | ||
| 18 | datadir=${STAGING_DATADIR} \ | ||
| 19 | infodir=${STAGING_DIR}/${HOST_SYS}/info | ||
| 20 | } | ||
