diff options
author | Paul Sherwood <paul.sherwood@codethink.co.uk> | 2013-08-03 07:00:07 +0000 |
---|---|---|
committer | Paul Sherwood <paul.sherwood@codethink.co.uk> | 2013-08-03 07:00:07 +0000 |
commit | 6ac8bfcb481781e8e23b101f5c5fdd70cf6d083b (patch) | |
tree | 7ab5c955b25c5b389c136220400b400c8c2de84a | |
parent | 45cc048721e4f2658d0c2d9e805164c70c45947e (diff) | |
download | xfce4-panel-baserock/xfce-build.tar.gz |
try autogen.sh in xfce4-panel.morphbaserock/xfce-buildbaserock/morph
-rw-r--r-- | xfce4-panel.morph | 10 |
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 + |