[Lunar-commits] <moonbase> rkward4: initial import.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Wed Jul 9 00:43:06 CEST 2008


commit 07a37b89a320ca57d921bb441ed0a070ccf29e04
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Tue Jul 8 18:43:06 2008 -0400

    rkward4: initial import.
---
 kde4/apps/rkward4/BUILD   |   16 ++++++++++++++++
 kde4/apps/rkward4/DEPENDS |    3 +++
 kde4/apps/rkward4/DETAILS |   20 ++++++++++++++++++++
 3 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/kde4/apps/rkward4/BUILD b/kde4/apps/rkward4/BUILD
new file mode 100644
index 0000000..0cc56ec
--- /dev/null
+++ b/kde4/apps/rkward4/BUILD
@@ -0,0 +1,16 @@
+(
+
+  KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build"
+
+  source /etc/profile.d/qt4.rc &&
+  source /etc/profile.d/kde4.rc &&
+
+  mkdir $KDE4_BUILD_DIR &&
+  cd $KDE4_BUILD_DIR &&
+
+  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
+                           -DCMAKE_BUILD_TYPE=RELEASE             &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/kde4/apps/rkward4/DEPENDS b/kde4/apps/rkward4/DEPENDS
new file mode 100644
index 0000000..ad5b8bb
--- /dev/null
+++ b/kde4/apps/rkward4/DEPENDS
@@ -0,0 +1,3 @@
+depends  qt4
+depends  R
+depends  kdelibs4
diff --git a/kde4/apps/rkward4/DETAILS b/kde4/apps/rkward4/DETAILS
new file mode 100644
index 0000000..901121d
--- /dev/null
+++ b/kde4/apps/rkward4/DETAILS
@@ -0,0 +1,20 @@
+          MODULE=rkward4
+         VERSION=0.5.0b
+          SOURCE=rkward-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/rkward-$VERSION
+   SOURCE_URL[0]=$SFORGE_URL/rkward
+   MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4}
+      SOURCE_VFY=sha1:2e09dab483102e3ecf708047a6301b85d5ae9ec4
+        WEB_SITE=http://rkward.sourceforge.net/
+         ENTERED=20060708
+         UPDATED=20080708
+           SHORT="KDE4 transparent frontend to the R-language"
+
+cat << EOF
+RKWard is meant to become an easy to use, transparent frontend to the
+R-language, a very powerful, yet hard-to-get-into scripting-language with
+a strong focus on statistic functions. It will not only provide a convenient
+user-interface, however, but also take care of seamless integration with an
+office-suite. Practical statistics is not just about calculating, after all,
+but also about documenting and ultimately publishing the results.
+EOF


More information about the Lunar-commits mailing list