CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
bc: updated source
[crossrootfs.git] / libgmp / Pkgfile
index e0ca8e5b02fbb28b37a27e1e7f5639d7db9e914a..9df41b51c0c7dcf2bb71b46c767418b75f29b75f 100644 (file)
@@ -5,9 +5,10 @@
 # Depends on:
 
 name=libgmp
-version=5.1.2
+version=6.1.2
 release=1
-source=(ftp://ftp.gnu.org/gnu/gmp/gmp-$version.tar.xz)
+source=(ftp://ftp.gmplib.org/pub/gmp-$version/gmp-$version.tar.xz \
+        gmp.h)
 
 build() {
   cd gmp-$version
@@ -17,5 +18,7 @@ build() {
               --enable-cxx
   make
   make DESTDIR=$PKG install
+  mv $PKG/usr/include/gmp{,-64}.h
+  install -m 0644 $SRC/gmp.h $PKG/usr/include/
   rm -r $PKG/usr/share
 }