CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libgmp: updated to 4.3.2
[crossrootfs.git] / libgmp / Pkgfile
index f1bf76fc0ac0ab8c54bc4cbb8af73c58d7650824..0b530242fde13115a32823b89299f81c7bda3015 100644 (file)
@@ -5,17 +5,19 @@
 # Depends on:
 
 name=libgmp
-version=4.3.1
+version=4.3.2
 release=1
 source=(ftp://ftp.gnu.org/gnu/gmp/gmp-$version.tar.bz2)
 
 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
 }