CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libmpfr: updated to 4.0.1
[crossrootfs.git] / libmpfr / Pkgfile
index 8c717a335729ea7b6e24d1655e7db587a0387738..d3df3aea2a2bed613d269a1a3cdc67359ff6c227 100644 (file)
@@ -5,15 +5,12 @@
 # Depends on: libgmp
 
 name=libmpfr
-version=3.1.1-p2
+version=4.0.1
 release=1
-source=(http://www.mpfr.org/mpfr-${version%-*}/mpfr-${version%-*}.tar.xz
-        $name-$version.patch.gz)
+source=(http://www.mpfr.org/mpfr-$version/mpfr-$version.tar.xz)
 
 build() {
-  cd mpfr-${version%-*}
-  gunzip -c $SRC/$name-$version.patch.gz | patch -p1
-
+  cd mpfr-$version
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \