X-Git-Url: http://gitweb/?a=blobdiff_plain;f=libgmp%2FPkgfile;h=dad0d9677cdc51a448c24693a7d45a8c3c4eeb6e;hb=refs%2Fheads%2F3.0;hp=6a4904b883f2b23e233d189892749d011d94e133;hpb=7aa1b5e32d16fab4dfeb7b641dff42b0ce48a39b;p=ports%2Fcore-arm.git diff --git a/libgmp/Pkgfile b/libgmp/Pkgfile index 6a4904b..dad0d96 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.1.3 release=1 -source=(ftp://ftp.gnu.org/gnu/gmp/gmp-$version.tar.bz2) +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