CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pkgutils: fixed CFLAGS used
[crossrootfs.git] / libgmp / Pkgfile
index c7d919f5bac6b7723b1d64a8a2bfba81b693c083..e0ca8e5b02fbb28b37a27e1e7f5639d7db9e914a 100644 (file)
@@ -5,9 +5,9 @@
 # Depends on:
 
 name=libgmp
-version=5.0.1
+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
@@ -15,7 +15,6 @@ build() {
               --host=$CTARGET \
               --prefix=/usr \
               --enable-cxx
-
   make
   make DESTDIR=$PKG install
   rm -r $PKG/usr/share