From 4f43fdd08770c113f7443fecbda43d4316091d4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 1 Jun 2015 09:03:46 +0100 Subject: Move libffi.morph to strata/core/ Change-Id: I6bd38c933bcb86376a31fb36a6e40d2bd156822d --- strata/core/libffi.morph | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 strata/core/libffi.morph (limited to 'strata/core') 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/ -- cgit v1.2.1