CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libmpfr: update to 3.0.1
[crossrootfs.git] / libmpfr / Pkgfile
index ab98ae5cd73e37921a1f8b53c383bdddfe8b0800..ee8f475a6815a1ca8c368dc69e8a495b04f3faa0 100644 (file)
@@ -5,17 +5,18 @@
 # Depends on: libgmp
 
 name=libmpfr
-version=2.4.2
+version=3.0.1
 release=1
-source=(http://www.mpfr.org/mpfr-$version/mpfr-$version.tar.bz2)
+source=(http://www.mpfr.org/mpfr-${version%-*}/mpfr-${version%-*}.tar.xz)
 
 build() {
-  cd mpfr-$version
-
+  cd mpfr-${version%-*}
+  gunzip -c $SRC/$name-$version.patch.gz | patch -p1
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --with-gmp=$CLFS
+              --with-gmp-include=$CLFS/usr/include \
+              --with-gmp-lib=$CLFS/usr/lib
 
   make
   make DESTDIR=$PKG install