[Lunar-commits] <moonbase> qwt-6: Adding to moonbase. This will be/is a hard depends for qwtpoloar.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Jan 7 18:52:33 CET 2012


commit 881a07d34fb58f9cd3fb7d83aefa60302fde64a5
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Jan 7 12:52:33 2012 -0500

    qwt-6: Adding to moonbase. This will be/is a hard depends for qwtpoloar.
---
 qt4-apps/qwt-6/BUILD   |   18 ++++++++++++++++++
 qt4-apps/qwt-6/DEPENDS |    1 +
 qt4-apps/qwt-6/DETAILS |   17 +++++++++++++++++
 3 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/qt4-apps/qwt-6/BUILD b/qt4-apps/qwt-6/BUILD
new file mode 100644
index 0000000..7cf2ff3
--- /dev/null
+++ b/qt4-apps/qwt-6/BUILD
@@ -0,0 +1,18 @@
+(
+
+  source /etc/profile.d/qt4.rc &&
+
+#  for i in `ls src/*.h` ; do sedit "s:qwt_global.h :qwt-6/qwt_global.h:" $i ; done &&
+
+  sedit "s:/usr/local/qwt-\$\$QWT_VERSION:/usr:" qwtconfig.pri &&
+  sedit "s:/doc:/doc/$MODULE:" qwtconfig.pri &&
+  sedit "s:/include:/include/$MODULE:" qwtconfig.pri &&
+  sedit "s:/lib:/lib/$MODULE:" qwtconfig.pri &&
+  sedit "s:plugins/designer:/lib/$MODULE/plugins/designer/$MODULE:" qwtconfig.pri &&
+  sedit "s:\$\${QWT_INSTALL_PREFIX}/features:/usr/share/$MODULE/mkspecs/features:" qwtconfig.pri &&
+  sedit "s:plugins/designer:plugins/designer/$MODULE:" designer/designer.pro &&
+
+  qmake &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/qwt-6/DEPENDS b/qt4-apps/qwt-6/DEPENDS
new file mode 100644
index 0000000..428f269
--- /dev/null
+++ b/qt4-apps/qwt-6/DEPENDS
@@ -0,0 +1 @@
+depends qt4
diff --git a/qt4-apps/qwt-6/DETAILS b/qt4-apps/qwt-6/DETAILS
new file mode 100644
index 0000000..af3969c
--- /dev/null
+++ b/qt4-apps/qwt-6/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=qwt-6
+         VERSION=0.1
+          SOURCE=$MODULE.$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/qwt/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION
+      SOURCE_VFY=sha1:301cca0c49c7efc14363b42e082b09056178973e
+        WEB_SITE=http://qwt.sourceforge.net
+         ENTERED=20120107
+         UPDATED=20120107
+           SHORT="Qt Widgets for Technical Applications"
+
+cat << EOF
+The Qwt library contains GUI Components and utility classes which are primarily
+useful for programs with a technical background. Beside a 2D plot widget it
+provides scales, sliders, dials, compasses, thermometers, wheels and knobs to
+control or display values, arrays, or ranges of type double.
+EOF


More information about the Lunar-commits mailing list