From c25b6890891c7ef34e129c8c54efdf2993234aa0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 6 Oct 2021 17:18:43 +0100 Subject: moved xibuilds to another repo --- xibuilds/gmp.xibuild | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 xibuilds/gmp.xibuild (limited to 'xibuilds/gmp.xibuild') 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 -} -- cgit v1.2.1