CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
grep: updated to 3.1
[crossrootfs.git] / libmpfr / Pkgfile
index 1cfc3ffc46bc80482071a27e535d2a886f4cd4a0..16adf9289b5e518ad10e3e21392a4f713411b03e 100644 (file)
@@ -5,14 +5,12 @@
 # Depends on: libgmp
 
 name=libmpfr
-version=3.1.3-p5
+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
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \