X-Git-Url: http://gitweb/?a=blobdiff_plain;f=libgmp%2FPkgfile;h=536842809255426a25c00277b728361a423bf597;hb=50deb8f745c4f007ef1c477e2838ca5f60bc7d57;hp=6a4904b883f2b23e233d189892749d011d94e133;hpb=7aa1b5e32d16fab4dfeb7b641dff42b0ce48a39b;p=ports%2Fcore-arm.git diff --git a/libgmp/Pkgfile b/libgmp/Pkgfile index 6a4904b..5368428 100644 --- a/libgmp/Pkgfile +++ b/libgmp/Pkgfile @@ -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=4.3.2 +version=5.0.5 release=1 -source=(ftp://ftp.gnu.org/gnu/gmp/gmp-$version.tar.bz2) +source=(ftp://ftp.gnu.org/gnu/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