CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openssl: updated to 1.1.1c
[ports/core-arm.git] / libgmp / Pkgfile
index 9c4a5c29f99a938d1b03bc8acbe1c789d567e7e7..bf1f204254b3cd81782f7bb5643c22c829ab42fa 100644 (file)
@@ -2,17 +2,18 @@
 # URL: http://gmplib.org/
 # Maintainer: CRUX System Team, core-ports at crux dot nu
 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on:
 
 name=libgmp
-version=5.0.2
+version=6.1.2
 release=1
-source=(ftp://ftp.gnu.org/gnu/gmp/gmp-$version.tar.bz2)
+source=(http://gmplib.org/download/gmp/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