[Lunar-commits] <moonbase> libgweather: new module, required by gnome-panel

Samuel Verstraete elangelo at lunar-linux.org
Tue Jul 15 07:21:05 CEST 2008


commit 60875261824598bb49709df761cb43d2d4c9bbc1
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date:   Sun Apr 20 19:57:29 2008 +0200

    libgweather: new module, required by gnome-panel
---
 gnome2/desktop/libgweather/BUILD   |   12 ++++++++++++
 gnome2/desktop/libgweather/DETAILS |   18 ++++++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/gnome2/desktop/libgweather/BUILD b/gnome2/desktop/libgweather/BUILD
new file mode 100644
index 0000000..32423c9
--- /dev/null
+++ b/gnome2/desktop/libgweather/BUILD
@@ -0,0 +1,12 @@
+(
+
+   ./configure  --prefix=${GNOME210_PREFIX:-/usr}  \
+                --build=$BUILD                    \
+                --sysconfdir=/etc                 \
+                --localstatedir=/var              \
+                --infodir=${GNOME210_PREFIX:-/usr}/share/info \
+                --mandir=${GNOME210_PREFIX:-/usr}/share/man   \
+                $OPTS                             &&
+    default_make 
+
+) > $C_FIFO 2>&1
diff --git a/gnome2/desktop/libgweather/DETAILS b/gnome2/desktop/libgweather/DETAILS
new file mode 100644
index 0000000..164aa86
--- /dev/null
+++ b/gnome2/desktop/libgweather/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=libgweather
+         VERSION=2.22.1.1
+           MAJOR=2.22
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
+      SOURCE_VFY=sha1:7790b278200e9834573f0b097db96c73240872f6
+        WEB_SITE=http://www.gnome.org/
+         ENTERED=20080420
+         UPDATED=20080420
+           SHORT="a library to provide top functionality to applications"
+
+cat << EOF
+libgtop is a library that fetches information about the running
+system such as cpu and memory usage, active processes etc. On Linux
+systems, these information are taken directly from the /proc filesystem
+while on other systems a server is used to read those information from
+/dev/kmem or similar.
+EOF


More information about the Lunar-commits mailing list