CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libgmp: update to 5.1.2 and aligned with upstream
[ports/core-arm.git] / libgmp / Pkgfile
index 30c6e2b1e6f016a72e169ca0ad3256704b4cc8a1..9c1d6caf45e1693eb4eebae880c163623aaab839 100644 (file)
@@ -5,15 +5,15 @@
 # Depends on:
 
 name=libgmp
-version=5.0.2
-release=1
-source=(ftp://ftp.gnu.org/gnu/gmp/gmp-$version.tar.bz2)
+version=5.1.2
+release=2
+source=(ftp://ftp.gmplib.org/pub/gmp-$version/gmp-$version.tar.xz)
 
 build() {
   cd gmp-$version
   ./configure --prefix=/usr \
               --enable-cxx \
-              --build=$MACHTYPE
+              --build=arm-unknown-linux-gnueabihf
   make
   make DESTDIR=$PKG install
   rm -r $PKG/usr/share