[oe-commits] org.oe.dev mpfr: add 2.3.0

koen commit openembedded-commits at lists.openembedded.org
Thu Nov 22 15:26:06 UTC 2007


mpfr: add 2.3.0

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 0b7b234637a0d41420b6a596ef10e38857ff6f57
ViewMTN: http://monotone.openembedded.org/revision/info/0b7b234637a0d41420b6a596ef10e38857ff6f57
Files:
1
packages/mpfr/mpfr-native_2.3.0.bb
packages/mpfr/mpfr_2.3.0.bb
Diffs:

#
# mt diff -r5435f04d454a735fb4a043e5de8084e418781f74 -r0b7b234637a0d41420b6a596ef10e38857ff6f57
#
# 
# 
# add_file "packages/mpfr/mpfr-native_2.3.0.bb"
#  content [41f0822f894ea44761b8d80834b7ded6ed91ad66]
# 
# add_file "packages/mpfr/mpfr_2.3.0.bb"
#  content [cf33f92188e335cfc3ddb54fabfa1c1167369430]
# 
============================================================
--- packages/mpfr/mpfr-native_2.3.0.bb	41f0822f894ea44761b8d80834b7ded6ed91ad66
+++ packages/mpfr/mpfr-native_2.3.0.bb	41f0822f894ea44761b8d80834b7ded6ed91ad66
@@ -0,0 +1,4 @@
+require mpfr_${PV}.bb
+inherit native
+DEPENDS = "gmp-native"
+
============================================================
--- packages/mpfr/mpfr_2.3.0.bb	cf33f92188e335cfc3ddb54fabfa1c1167369430
+++ packages/mpfr/mpfr_2.3.0.bb	cf33f92188e335cfc3ddb54fabfa1c1167369430
@@ -0,0 +1,19 @@
+DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding"
+LICENSE = "LGPL"
+SECTION = "libs"
+DEPENDS = "gmp"
+PR = "r0"
+
+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} \
+	       includedir=${STAGING_INCDIR} \
+	       libdir=${STAGING_LIBDIR} \
+	       datadir=${STAGING_DATADIR} \
+	       infodir=${STAGING_DIR}/${HOST_SYS}/info
+}






More information about the Openembedded-commits mailing list