aboutsummaryrefslogtreecommitdiff
path: root/extra/gmp/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/gmp/build
parent7656eda26336d7ce76d318c4156414cf283073c7 (diff)
downloadrepository-613d52944486c61ba9b6b19e776b7828d29331b6.tar.gz
gmp, libmpc, mpfr: drop packages
Diffstat (limited to 'extra/gmp/build')
-rwxr-xr-xextra/gmp/build11
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/gmp/build b/extra/gmp/build
deleted file mode 100755
index 412be89a..00000000
--- a/extra/gmp/build
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --localstatedir=/var/state/gmp \
- --enable-cxx \
- --enable-fat \
- --with-pic
-
-make
-make DESTDIR="$1" install