summaryrefslogtreecommitdiff
path: root/xibuilds/mpc.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'xibuilds/mpc.xibuild')
-rw-r--r--xibuilds/mpc.xibuild18
1 files changed, 0 insertions, 18 deletions
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
-}