X-Git-Url: http://gitweb/?a=blobdiff_plain;ds=sidebyside;f=libgmp%2FPkgfile;h=1fae4e420213c61902a927e8ae8859e3495da08f;hb=409d70d3a79af22e7342f5e34094a9584ac4f34e;hp=e0ca8e5b02fbb28b37a27e1e7f5639d7db9e914a;hpb=aacfabfcb026c6eb96d11e4e123f0a3ae4832960;p=crossrootfs.git diff --git a/libgmp/Pkgfile b/libgmp/Pkgfile index e0ca8e5..1fae4e4 100644 --- a/libgmp/Pkgfile +++ b/libgmp/Pkgfile @@ -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.gnu.org/gnu/gmp/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{,-32}.h + install -m 0644 $SRC/gmp.h $PKG/usr/include/ rm -r $PKG/usr/share }