[Lunar-commits] <moonbase> gsmartcontrol: new module. gtk+ frontend to smartmontools

Zachary McGrew zmcgrew at lunar-linux.org
Sat Oct 25 11:12:00 CEST 2008


commit 6afd3692be21e379be9c886435807071c6b47c38
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Sat Oct 25 02:12:00 2008 -0700

    gsmartcontrol: new module. gtk+ frontend to smartmontools
---
 utils/gsmartcontrol/BUILD   |    5 +++++
 utils/gsmartcontrol/DEPENDS |    3 +++
 utils/gsmartcontrol/DETAILS |   18 ++++++++++++++++++
 3 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/utils/gsmartcontrol/BUILD b/utils/gsmartcontrol/BUILD
new file mode 100644
index 0000000..79fa3fb
--- /dev/null
+++ b/utils/gsmartcontrol/BUILD
@@ -0,0 +1,5 @@
+(
+
+  default_build
+
+)  > $C_FIFO 2>&1
diff --git a/utils/gsmartcontrol/DEPENDS b/utils/gsmartcontrol/DEPENDS
new file mode 100644
index 0000000..9f6a49e
--- /dev/null
+++ b/utils/gsmartcontrol/DEPENDS
@@ -0,0 +1,3 @@
+depends smartmontools
+depends pcre
+depends gtkmm
diff --git a/utils/gsmartcontrol/DETAILS b/utils/gsmartcontrol/DETAILS
new file mode 100644
index 0000000..4ab738f
--- /dev/null
+++ b/utils/gsmartcontrol/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=gsmartcontrol
+         VERSION=0.8.0rc4
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://download.berlios.de/$MODULE
+      SOURCE_VFY=sha1:45b706ab5ac8f0f9a091967c017f1ec7b0598b50
+        WEB_SITE=http://gsmartcontrol.berlios.de/
+         ENTERED=20081025
+         UPDATED=20081025
+           SHORT="GTK+ app for monitoring S.M.A.R.T. disks and devices."
+cat << EOF
+GSmartControl is a graphical user interface for smartctl (from Smartmontools,
+which is a tool for querying and controlling SMART (Self-Monitoring, Analysis,
+and Reporting Technology) data on modern hard disk drives. It allows you to
+inspect the drive's SMART data to determine its health, as well as run various
+tests on it.
+
+Note: Only ATA drives (both PATA and SATA) are supported for now.
+EOF


More information about the Lunar-commits mailing list