[Lunar-commits] <moonbase> qwtpolar: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Dec 6 12:28:16 CET 2011
commit 9f39085251bf4973ea42062d0482bec1f5a003a8
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Dec 6 06:28:16 2011 -0500
qwtpolar: Adding to moonbase.
---
qt4-apps/qwtpolar/BUILD | 15 +++++++++++++++
qt4-apps/qwtpolar/DEPENDS | 2 ++
qt4-apps/qwtpolar/DETAILS | 14 ++++++++++++++
3 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/qt4-apps/qwtpolar/BUILD b/qt4-apps/qwtpolar/BUILD
new file mode 100644
index 0000000..37e0842
--- /dev/null
+++ b/qt4-apps/qwtpolar/BUILD
@@ -0,0 +1,15 @@
+(
+
+ source /etc/profile.d/qt4.rc &&
+
+ sedit "s:/local/qwtpolar-\$\$QWT_POLAR_VERSION::g" qwtpolarconfig.pri &&
+ sedit "s:plugins:lib/qt4/plugins:" qwtpolarconfig.pri &&
+ sedit "s:features:share/qt4/mkspecs/features/:" qwtpolarconfig.pri &&
+ sedit "s:/doc:/doc/$MODULE-$VERSION:" qwtpolarconfig.pri &&
+ sedit "s:PLUGINS\]/designer:PLUGINS\]/usr/lib/qt4/plugins/designer:" designer/designer.pro &&
+
+ qmake &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/qwtpolar/DEPENDS b/qt4-apps/qwtpolar/DEPENDS
new file mode 100644
index 0000000..5cc6bab
--- /dev/null
+++ b/qt4-apps/qwtpolar/DEPENDS
@@ -0,0 +1,2 @@
+depends qt4
+depends qwt
diff --git a/qt4-apps/qwtpolar/DETAILS b/qt4-apps/qwtpolar/DETAILS
new file mode 100644
index 0000000..3d79ca3
--- /dev/null
+++ b/qt4-apps/qwtpolar/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=qwtpolar
+ VERSION=1.0.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:f4e10fe0735b2e08581c407bedcf0d539d64e7ee
+ MODULE_PREFIX=${QT4_PREFIX:-/usr}
+ WEB_SITE=http://qwtpolar.sourceforge.net/
+ ENTERED=20111206
+ UPDATED=20111206
+ SHORT="Qwt/Qt Polar Plot Library"
+
+cat << EOF
+Qwt/Qt Polar Plot Library.
+EOF
More information about the Lunar-commits
mailing list