CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
automake: updated to 1.16.1
[crossrootfs.git] / libmpfr / Pkgfile
index ae5407247ed0fd16599ac32910850cd8e6fdf4a0..ca6fa898e057816beefbbd778c2e9064e05cc5d4 100644 (file)
@@ -5,13 +5,12 @@
 # Depends on: libgmp
 
 name=libmpfr
-version=3.0.1
+version=3.1.5
 release=1
-source=(http://www.mpfr.org/mpfr-${version%-*}/mpfr-${version%-*}.tar.xz)
+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 \