CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openssl: adapted to 64b
[crossrootfs.git] / libmpfr / Pkgfile
index 8c03f7645696dc60958fff9375459282a40743b3..eeda2ccff5eae48a0d28b4c4f15adbc664f74d68 100644 (file)
@@ -5,13 +5,12 @@
 # Depends on: libgmp
 
 name=libmpfr
-version=3.1.2
+version=3.1.4
 release=1
 source=(http://www.mpfr.org/mpfr-$version/mpfr-$version.tar.xz)
 
 build() {
-  cd mpfr-${version%-*}
-
+  cd mpfr-$version
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \