X-Git-Url: http://gitweb/?a=blobdiff_plain;f=libgmp%2FPkgfile;h=e0ca8e5b02fbb28b37a27e1e7f5639d7db9e914a;hb=aacfabfcb026c6eb96d11e4e123f0a3ae4832960;hp=0b530242fde13115a32823b89299f81c7bda3015;hpb=31039fa2b3e2752e5dea5390454e2fe813bf9a6b;p=crossrootfs.git diff --git a/libgmp/Pkgfile b/libgmp/Pkgfile index 0b53024..e0ca8e5 100644 --- a/libgmp/Pkgfile +++ b/libgmp/Pkgfile @@ -1,22 +1,20 @@ # Description: Free library for arbitrary precision arithmetic # URL: http://gmplib.org/ # Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: name=libgmp -version=4.3.2 +version=5.1.2 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 --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --enable-cxx - make make DESTDIR=$PKG install rm -r $PKG/usr/share