summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2013-08-03 07:00:07 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2013-08-03 07:00:07 +0000
commit6ac8bfcb481781e8e23b101f5c5fdd70cf6d083b (patch)
tree7ab5c955b25c5b389c136220400b400c8c2de84a
parent45cc048721e4f2658d0c2d9e805164c70c45947e (diff)
downloadxfce4-panel-baserock/morph.tar.gz
try autogen.sh in xfce4-panel.morphbaserock/xfce-buildbaserock/morph
-rw-r--r--xfce4-panel.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/xfce4-panel.morph b/xfce4-panel.morph
new file mode 100644
index 00000000..3751f343
--- /dev/null
+++ b/xfce4-panel.morph
@@ -0,0 +1,10 @@
+name: xfce4-panel
+kind: chunk
+
+configure-commands:
+ - ./autogen.sh --prefix="$PREFIX" --enable-debug=yes
+build-commands:
+ - make
+install-commands:
+ - make install
+