mpfr: adjust SRC_URI
authorMichael Lauer <mickey@vanille-media.de>
Wed, 10 Aug 2005 14:27:49 +0000 (14:27 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 10 Aug 2005 14:27:49 +0000 (14:27 +0000)
packages/mpfr/mpfr-native_2.1.1.bb
packages/mpfr/mpfr_2.1.1.bb
packages/mpfr/mpfr_cvs.bb

index b606206..1192498 100644 (file)
@@ -1,5 +1,4 @@
 include mpfr_${PV}.bb
-DEPENDS = "gmp-native"
-S = "${WORKDIR}/mpfr-${PV}"
 inherit native
+DEPENDS = "gmp-native"
 
index dec3302..8b739c0 100644 (file)
@@ -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
 
index 22f8703..9b715bc 100644 (file)
@@ -1,13 +1,11 @@
-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"
-
 PV = "0.0cvs${CVSDATE}"
+PR = "r1"
+
 SRC_URI = "cvs://cvs:@cvs-sop.inria.fr/CVS/spaces;module=mpfr;method=pserver"
 S = "${WORKDIR}/mpfr"