diff options
Diffstat (limited to 'xibuilds/gmp.xibuild')
| -rw-r--r-- | xibuilds/gmp.xibuild | 20 | 
1 files changed, 0 insertions, 20 deletions
| diff --git a/xibuilds/gmp.xibuild b/xibuilds/gmp.xibuild deleted file mode 100644 index 9161a73..0000000 --- a/xibuilds/gmp.xibuild +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -DEPS=(gcc-libs sh) - -SOURCE=https://gmplib.org/download/gmp/gmp-6.2.1.tar.lz -DESC="a collection of mathematical libraries" - -build () { - -    ./configure --prefix=/usr --enable-cxx --disable-static --docdir=/usr/share/doc/gmp - -    make -    make html - -    make check 2>&1 | tee gmp-check-log -    awk '/# PASS:/{total+=$3} ; END{print total}' gmp-check-log - -    make DESTDIR=$PKG_DEST install -    make DESTDIR=$PKG_DEST install-html -} | 
