summaryrefslogtreecommitdiff
path: root/packages/mpfr/mpfr_2.1.1.bb
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2005-07-14 22:43:17 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-14 22:43:17 +0000
commit6e97c64f8574ffd096471d11edf871f9ae242cff (patch)
treeaaed458d4bc4bb76d7ef08a0ac5b41753ab630b9 /packages/mpfr/mpfr_2.1.1.bb
parent19995655516577f27328b781395a3387831cebb6 (diff)
parentf3afd91fec228f3be789de645de73ebc24ffc47d (diff)
merge of 44115488650c08fa9e7a173d464a93aa0dcec1e7
and fbe23ed6c03abf7163d310bbd0e402428c1bb40c
Diffstat (limited to 'packages/mpfr/mpfr_2.1.1.bb')
-rw-r--r--packages/mpfr/mpfr_2.1.1.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/mpfr/mpfr_2.1.1.bb b/packages/mpfr/mpfr_2.1.1.bb
index 586527f779..dec3302200 100644
--- a/packages/mpfr/mpfr_2.1.1.bb
+++ b/packages/mpfr/mpfr_2.1.1.bb
@@ -1,9 +1,12 @@
-SECTION = "libs"
DESCRIPTION = "A C library for multiple-precision floating-point \
computations with exact rounding"
-MAINTAINER = "Rene Wagner <reenoo@gmx.de>"
-DEPENDS = "gmp"
LICENSE = "LGPL"
+MAINTAINER = "Rene Wagner <rw@handhelds.org>"
+SECTION = "libs"
+PR = "r1"
+
+DEPENDS = "gmp"
+
SRC_URI = "http://www.mpfr.org/mpfr-current/mpfr-${PV}.tar.bz2"
inherit autotools