summaryrefslogtreecommitdiff
path: root/strata/foundation/libffi.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/foundation/libffi.morph')
-rw-r--r--strata/foundation/libffi.morph24
1 files changed, 24 insertions, 0 deletions
diff --git a/strata/foundation/libffi.morph b/strata/foundation/libffi.morph
new file mode 100644
index 00000000..5f6e0e7f
--- /dev/null
+++ b/strata/foundation/libffi.morph
@@ -0,0 +1,24 @@
+name: libffi
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: autotools
+pre-configure-commands: []
+configure-commands: []
+post-configure-commands: []
+pre-build-commands: []
+build-commands: []
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make DESTDIR="$DESTDIR"/ install
+- mkdir -p "$DESTDIR"/usr/include
+- cp "$TARGET"/include/ffi.h "$DESTDIR"/usr/include/
+- cp "$TARGET"/include/ffitarget.h "$DESTDIR"/usr/include/
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []