From 3b33afd2814c88002e2efc4955e5b1851aff0c58 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Fri, 10 May 2013 02:20:25 +0100 Subject: A qtx11extras.morph to build chunk --- qtx11extras.morph | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 qtx11extras.morph diff --git a/qtx11extras.morph b/qtx11extras.morph new file mode 100644 index 0000000..1265fde --- /dev/null +++ b/qtx11extras.morph @@ -0,0 +1,15 @@ +{ + "name": "qtx11extras", + "kind": "chunk", + "configure-commands": [ + "qmake" + ], + "build-commands": [ + "make", + "make html_docs" + ], + "install-commands": [ + "make install INSTALL_ROOT=$DESTDIR", + "make install_html_docs INSTALL_ROOT=$DESTDIR" + ] +} -- cgit v1.2.1