aboutsummaryrefslogtreecommitdiff
path: root/extra/mpfr/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-08 11:23:14 +0100
committerCem Keylan <cem@ckyln.com>2021-11-08 11:23:14 +0100
commit613d52944486c61ba9b6b19e776b7828d29331b6 (patch)
tree84999a4b83b78e42ac8b8cd6b8b9dc7b5c0eb9a0 /extra/mpfr/build
parent7656eda26336d7ce76d318c4156414cf283073c7 (diff)
downloadrepository-613d52944486c61ba9b6b19e776b7828d29331b6.tar.gz
gmp, libmpc, mpfr: drop packages
Diffstat (limited to 'extra/mpfr/build')
-rwxr-xr-xextra/mpfr/build8
1 files changed, 0 insertions, 8 deletions
diff --git a/extra/mpfr/build b/extra/mpfr/build
deleted file mode 100755
index 9e85cfce..00000000
--- a/extra/mpfr/build
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --enable-shared
-
-make
-make DESTDIR="$1" install