summaryrefslogtreecommitdiff
path: root/gmp.morph
diff options
context:
space:
mode:
Diffstat (limited to 'gmp.morph')
-rw-r--r--gmp.morph11
1 files changed, 10 insertions, 1 deletions
diff --git a/gmp.morph b/gmp.morph
index 28678a70d..d3504d3e8 100644
--- a/gmp.morph
+++ b/gmp.morph
@@ -1,5 +1,14 @@
{
"name": "gmp",
"kind": "chunk",
- "build-system": "autotools"
+ "configure-commands": [
+ "bash .bootstrap",
+ "./configure --prefix=/usr --enable-cxx --enable-mpbsd"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make DESTDIR=\"$DESTDIR\" install"
+ ]
}