summaryrefslogtreecommitdiff
path: root/strata/enlightenment/efl.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/enlightenment/efl.morph')
-rw-r--r--strata/enlightenment/efl.morph25
1 files changed, 25 insertions, 0 deletions
diff --git a/strata/enlightenment/efl.morph b/strata/enlightenment/efl.morph
new file mode 100644
index 00000000..808d30df
--- /dev/null
+++ b/strata/enlightenment/efl.morph
@@ -0,0 +1,25 @@
+name: efl
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- ./autogen.sh --prefix=/usr --with-tests=none --disable-fribidi --disable-image-loader-gif
+ --disable-image-loader-tiff --disable-pulseaudio --disable-gstreamer --disable-audio
+ --disable-physics
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make VPATH=/usr/lib64
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make DESTDIR="$DESTDIR" VPATH=/usr/lib64 install
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []