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/mpc.xibuild | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 xibuilds/mpc.xibuild (limited to 'xibuilds/mpc.xibuild') diff --git a/xibuilds/mpc.xibuild b/xibuilds/mpc.xibuild deleted file mode 100644 index d242a83..0000000 --- a/xibuilds/mpc.xibuild +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -DEPS=(mpfr) - -SOURCE=http://www.multiprecision.org/downloads/mpc-1.2.0.tar.gz -DESC="Library for the arithmetic of complex numbers with arbitrarily high precision" - -build () { - ./configure --prefix=/usr --disable-static --docdir=/usr/share/doc/mpc-1.2.0 - - make - make html - - make check - - make DESTDIR=$PKG_DEST install - make DESTDIR=$PKG_DEST install-html -} -- cgit v1.2.1