CRUX-ARM : Home

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