summaryrefslogtreecommitdiff
path: root/strata/core/libffi.morph
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-06-01 09:03:46 +0100
committerBaserock Gerrit <gerrit@baserock.org>2015-06-01 14:32:35 +0000
commit4f43fdd08770c113f7443fecbda43d4316091d4b (patch)
treed8c43a2562d197d1c4f960dd1511ace18f112c7e /strata/core/libffi.morph
parent83bc18dc621b24700a286d1cb2de357a99dc968c (diff)
downloaddefinitions-4f43fdd08770c113f7443fecbda43d4316091d4b.tar.gz
Move libffi.morph to strata/core/
Change-Id: I6bd38c933bcb86376a31fb36a6e40d2bd156822d
Diffstat (limited to 'strata/core/libffi.morph')
-rw-r--r--strata/core/libffi.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/strata/core/libffi.morph b/strata/core/libffi.morph
new file mode 100644
index 00000000..174477af
--- /dev/null
+++ b/strata/core/libffi.morph
@@ -0,0 +1,8 @@
+name: libffi
+kind: chunk
+build-system: autotools
+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/