summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2012-12-05 18:57:36 +1100
committerDanny Rawlins <monster.romster@gmail.com>2012-12-05 18:57:36 +1100
commit2948b0163a1efea43b7867529ce65ad0cdba825a (patch)
treeab4e0b0076fdbc00644578e9771e39f9692812a2
parent2fc2033f736a650e4cb65550b9c1cc8110056f0d (diff)
downloadopt-2948b0163a1efea43b7867529ce65ad0cdba825a.tar.gz
opt-2948b0163a1efea43b7867529ce65ad0cdba825a.tar.xz
gkrellmL picked up dropped port
-rw-r--r--gkrellm/.footprint19
-rw-r--r--gkrellm/.md5sum1
-rw-r--r--gkrellm/Pkgfile18
3 files changed, 38 insertions, 0 deletions
diff --git a/gkrellm/.footprint b/gkrellm/.footprint
new file mode 100644
index 000000000..8c8fe9eb4
--- /dev/null
+++ b/gkrellm/.footprint
@@ -0,0 +1,19 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/gkrellm
+-rwxr-xr-x root/root usr/bin/gkrellmd
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/gkrellm2/
+-rw-r--r-- root/root usr/include/gkrellm2/gkrellm-public-proto.h
+-rw-r--r-- root/root usr/include/gkrellm2/gkrellm.h
+-rw-r--r-- root/root usr/include/gkrellm2/gkrellmd.h
+-rw-r--r-- root/root usr/include/gkrellm2/log.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/gkrellm2/
+drwxr-xr-x root/root usr/lib/gkrellm2/plugins/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/gkrellm.pc
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/gkrellm.1.gz
+-rw-r--r-- root/root usr/man/man1/gkrellmd.1.gz
diff --git a/gkrellm/.md5sum b/gkrellm/.md5sum
new file mode 100644
index 000000000..1d141485a
--- /dev/null
+++ b/gkrellm/.md5sum
@@ -0,0 +1 @@
+e43a9416a6975e3be63d591bdeb33b04 gkrellm-2.3.5.tar.bz2
diff --git a/gkrellm/Pkgfile b/gkrellm/Pkgfile
new file mode 100644
index 000000000..d7fec2310
--- /dev/null
+++ b/gkrellm/Pkgfile
@@ -0,0 +1,18 @@
+# Description: GTK+ system monitor and more.
+# URL: http://freecode.com/projects/gkrellm
+# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
+# Packager: Daniel Mueller, daniel at danm dot de
+# Depends on: gtk lm_sensors util-linux
+
+name=gkrellm
+version=2.3.5
+release=2
+source=(http://www.hvlinux.net/crux/distfiles/$name/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ export PREFIX=/usr
+ make enable_nls=0 SYS_LIBS+=-lgmodule-2.0
+ make enable_nls=0 DESTDIR=$PKG MANDIR=$PKG/usr/man/man1 install
+ install -d $PKG/usr/lib/gkrellm2/plugins
+}

Generated by cgit