CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
tar: updated to 1.30
[crossrootfs.git] / libmpc / Pkgfile
index bd3bfd61ce8193af80fb7d342f9eb73b516a6583..653bcbdedf55af137dcae6bfb747420a3e869512 100644 (file)
@@ -5,16 +5,17 @@
 # Depends on: libmpfr
 
 name=libmpc
-version=0.9
+version=1.1.0
 release=1
-source=(http://www.multiprecision.org/mpc/download/mpc-$version.tar.gz)
+source=(https://ftp.gnu.org/gnu/mpc/mpc-$version.tar.gz)
 
 build() {
   cd mpc-$version
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              EGREP=egrep
+              --with-sysroot=$CLFS
+
   make
   make DESTDIR=$PKG install
   rm -r $PKG/usr/share