X-Git-Url: http://gitweb/?a=blobdiff_plain;f=libgmp%2FPkgfile;h=dad0d9677cdc51a448c24693a7d45a8c3c4eeb6e;hb=09e212947565bd891e6728ba8ebcc0b45eab0d52;hp=30c6e2b1e6f016a72e169ca0ad3256704b4cc8a1;hpb=fe1e2a072d4f3c4e9c9d4e2bd9709bb0235c49f3;p=ports%2Fcore-arm.git diff --git a/libgmp/Pkgfile b/libgmp/Pkgfile index 30c6e2b..dad0d96 100644 --- a/libgmp/Pkgfile +++ b/libgmp/Pkgfile @@ -5,15 +5,15 @@ # Depends on: name=libgmp -version=5.0.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