CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libgmp: updated to 6.0.0a
[ports/core-arm.git] / libgmp / Pkgfile
index fc3a07826ed872c9bb2e82df4e9f9781d1b85275..8a8b7d8f8be5650af81700a945cc1f1f8ea254b2 100644 (file)
@@ -5,12 +5,12 @@
 # Depends on:
 
 name=libgmp
-version=5.0.2
+version=6.0.0a
 release=1
-source=(ftp://ftp.gnu.org/gnu/gmp/gmp-$version.tar.bz2)
+source=(ftp://ftp.gmplib.org/pub/gmp-${version%a}/gmp-$version.tar.xz)
 
 build() {
-  cd gmp-$version
+  cd gmp-${version%a}
   ./configure --prefix=/usr \
               --enable-cxx \
               --build=arm-unknown-linux-gnueabihf