summaryrefslogtreecommitdiff
path: root/gnome/strata/flatpak-common
diff options
context:
space:
mode:
Diffstat (limited to 'gnome/strata/flatpak-common')
-rw-r--r--gnome/strata/flatpak-common/elfutils.morph7
-rw-r--r--gnome/strata/flatpak-common/flatpak.morph5
2 files changed, 12 insertions, 0 deletions
diff --git a/gnome/strata/flatpak-common/elfutils.morph b/gnome/strata/flatpak-common/elfutils.morph
new file mode 100644
index 00000000..45707250
--- /dev/null
+++ b/gnome/strata/flatpak-common/elfutils.morph
@@ -0,0 +1,7 @@
+name: elfutils
+kind: chunk
+build-system: autotools
+configure-commands:
+- autoreconf -fi
+- ./configure --prefix="$PREFIX" --sysconfdir=/etc --localstatedir=/var
+ --enable-maintainer-mode
diff --git a/gnome/strata/flatpak-common/flatpak.morph b/gnome/strata/flatpak-common/flatpak.morph
new file mode 100644
index 00000000..e052c2a3
--- /dev/null
+++ b/gnome/strata/flatpak-common/flatpak.morph
@@ -0,0 +1,5 @@
+name: flatpak
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-documentation