[Lunar-commits] <moonbase-other> gkrellm2: readded to -other
v4hn
me at v4hn.de
Sat Jun 15 18:16:32 CEST 2013
commit 599bab35567c6eee9aa242c1e18e9dc5a523b6fc
Author: v4hn <me at v4hn.de>
Date: Sat, 15 Jun 2013 09:16:13 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/599bab35567c6eee9aa242c1e18e9dc5a523b6fc
gkrellm2: readded to -other
---
x11-utils/gkrellm2/BUILD | +6/-0
x11-utils/gkrellm2/DEPENDS | +1/-0
x11-utils/gkrellm2/DETAILS | +21/-0
x11-utils/gkrellm2/PRE_BUILD | +5/-0
4 files changed, 33 insertions(+)
--- /dev/null
+++ b/x11-utils/gkrellm2/BUILD
@@ -0,0 +1,6 @@
+make &&
+prepare_install &&
+make INSTALLDIR=/usr/bin \
+ INCLUDEDIR=/usr/include \
+ MANDIR=/usr/share/man/man1 \
+ install
--- /dev/null
+++ b/x11-utils/gkrellm2/DEPENDS
@@ -0,0 +1 @@
+depends gtk+-2
--- /dev/null
+++ b/x11-utils/gkrellm2/DETAILS
@@ -0,0 +1,21 @@
+ MODULE=gkrellm2
+ VERSION=2.3.5
+ SOURCE=gkrellm-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/gkrellm-$VERSION
+ SOURCE_URL=http://members.dslextreme.com/users/billw/gkrellm
+ SOURCE_VFY=sha1:bcfc2efb5fd3f27e9bb703bda73f6a1d96b080df
+ WEB_SITE=http://www.gkrellm.net
+ ENTERED=20020814
+ UPDATED=20101008
+ SHORT="GKrellM monitors EVERYTHING"
+
+cat << EOF
+GKrellM is a GTK based stacked monitor program that charts SMP
+CPUs, disk, load, active net interfaces, and internet connections.
+There are also monitors for memory and swap, file system with
+mount/umount feature, mailbox checking including POP3 and IMAP,
+clock/calendar, APM laptop battery, CPU temperatures, and uptime.
+It has LEDs for the net monitors and an on/off button and online timer
+for PPP. There is a GUI popup for configuration, plugin extensions
+can be installed, and many themes are available.
+EOF
--- /dev/null
+++ b/x11-utils/gkrellm2/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+sedit "s:/usr/local:/usr:g" Makefile */Makefile &&
+sedit "s:gthread-2.0:\0 gmodule-2.0:" src/Makefile
More information about the Lunar-commits
mailing list