CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
e2fsprogs: updated to 1.42.5 and aligned with upstream
[crossrootfs.git] / libgmp / Pkgfile
index affbdd51b642caa3e1856e127c64d163df441ac7..0feb04a216b3290a01c4ecc5a2cc6cfbb6e63b1c 100644 (file)
@@ -1,21 +1,22 @@
 # 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.1
+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 --build=$CHOST \
-                --host=$CTARGET \
-                --prefix=/usr \
-                --enable-cxx
-    make
-    make DESTDIR=$PKG install
-    rm -r $PKG/usr/info
+  cd gmp-$version
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr \
+              --enable-cxx
+
+  make
+  make DESTDIR=$PKG install
+  rm -r $PKG/usr/share
 }