summaryrefslogtreecommitdiff
path: root/gnome/strata/gnome/cheese.morph
diff options
context:
space:
mode:
Diffstat (limited to 'gnome/strata/gnome/cheese.morph')
-rw-r--r--gnome/strata/gnome/cheese.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnome/strata/gnome/cheese.morph b/gnome/strata/gnome/cheese.morph
new file mode 100644
index 00000000..5e3671fb
--- /dev/null
+++ b/gnome/strata/gnome/cheese.morph
@@ -0,0 +1,11 @@
+name: cheese
+kind: chunk
+build-system: autotools
+configure-commands:
+- gdk-pixbuf-query-loaders > loader.cache
+- NOCONFIGURE=1 ./autogen.sh
+- ./configure --prefix="$PREFIX" --sysconfdir=/etc
+build-commands:
+- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make
+install-commands:
+- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make install DESTDIR="$DESTDIR"