CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
bc: updated source
[crossrootfs.git] / libmpfr / Pkgfile
index 1fb52f4337243448356e4df202f2a78518029186..ca6fa898e057816beefbbd778c2e9064e05cc5d4 100644 (file)
@@ -5,14 +5,12 @@
 # Depends on: libgmp
 
 name=libmpfr
-version=3.1.2-p10
+version=3.1.5
 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 \