add Added Files:
[hdw-repos/packages.git] / demian / gkrellm / gkrellm
diff --git a/demian/gkrellm/gkrellm b/demian/gkrellm/gkrellm
new file mode 100755 (executable)
index 0000000..72b9441
--- /dev/null
@@ -0,0 +1,16 @@
+# HDW Linux gkrellm
+#
+# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
+# [I] X11 application which let u manage some basic activities 
+# [I] and control the system status
+# [V] 2.1.0
+# [S] 3 10
+# [D] gkrellm-2.1.0.tar.bz2 http://web.wt.net/~billw/gkrellm/
+    
+build_main()
+{
+    ./configure $confopt 
+    make $make_conf
+    make $install_conf INSTALLDIR=$prefix/bin MANDIR=$prefix/share/man/man1 \
+    INCLUDEDIR=$prefix/include install
+}