[Lunar-commits] <moonbase> kst: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Dec 23 17:47:35 CET 2010
commit a310ba24339cd9ff83835cd1fe2dfde7a889bce2
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Dec 23 11:47:35 2010 -0500
kst: Adding to moonbase.
---
kde4/apps/kst/BUILD | 20 ++++++++++++++++++++
kde4/apps/kst/DEPENDS | 6 ++++++
kde4/apps/kst/DETAILS | 15 +++++++++++++++
3 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/kde4/apps/kst/BUILD b/kde4/apps/kst/BUILD
new file mode 100644
index 0000000..3f5d0ca
--- /dev/null
+++ b/kde4/apps/kst/BUILD
@@ -0,0 +1,20 @@
+(
+
+ prepare_install &&
+
+ ./install-kst
+
+ # Desktop menu entry
+ cat > ${MODULE}.desktop << EOF &&
+[Desktop Entry]
+Type=Application
+Name=KST
+Comment=real-time large-dataset viewing and plotting tool
+Exec=//usr/bin/kst2
+Icon=/usr/share/doc/kst/docbook/kst/Icon-kst-datamanager.png
+Categories=Qt;KDE;Science;
+EOF
+
+ install -D -m644 ${MODULE}.desktop /usr/share/applications/${MODULE}.desktop
+
+) > $C_FIFO 2>&1
diff --git a/kde4/apps/kst/DEPENDS b/kde4/apps/kst/DEPENDS
new file mode 100644
index 0000000..39fa86e
--- /dev/null
+++ b/kde4/apps/kst/DEPENDS
@@ -0,0 +1,6 @@
+depends qt4
+
+optional_depends cfitsio "" "" "for C and Fortran support"
+optional_depends netcdf "" "" "for network Common Data Form support"
+optional_depends gsl "" "" "for Numerical library for C and C++ support"
+optional_depends getdata "" "" "reference implementation of the Dirfile Standards"
diff --git a/kde4/apps/kst/DETAILS b/kde4/apps/kst/DETAILS
new file mode 100644
index 0000000..ac4cea8
--- /dev/null
+++ b/kde4/apps/kst/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=kst
+ VERSION=2.0.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:80c7dca0fe36c64ff7a39678bb95233c3329a748
+ WEB_SITE=http://kst-plot.kde.org/
+ ENTERED=20101223
+ UPDATED=20101223
+ SHORT="real-time large-dataset viewing and plotting tool"
+
+cat << EOF
+Kst is the fastest real-time large-dataset viewing and plotting tool available
+(you may be interested in some benchmarks) and has built-in data analysis
+functionality.
+EOF
More information about the Lunar-commits
mailing list