summaryrefslogtreecommitdiff
path: root/packages/mpfr/mpfr_2.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mpfr/mpfr_2.1.1.bb')
-rw-r--r--packages/mpfr/mpfr_2.1.1.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/packages/mpfr/mpfr_2.1.1.bb b/packages/mpfr/mpfr_2.1.1.bb
index dec3302200..8b739c0803 100644
--- a/packages/mpfr/mpfr_2.1.1.bb
+++ b/packages/mpfr/mpfr_2.1.1.bb
@@ -1,13 +1,12 @@
-DESCRIPTION = "A C library for multiple-precision floating-point \
- computations with exact rounding"
+DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding"
LICENSE = "LGPL"
MAINTAINER = "Rene Wagner <rw@handhelds.org>"
SECTION = "libs"
-PR = "r1"
-
DEPENDS = "gmp"
+PR = "r1"
-SRC_URI = "http://www.mpfr.org/mpfr-current/mpfr-${PV}.tar.bz2"
+SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2"
+S = "${WORKDIR}/mpfr-${PV}"
inherit autotools