X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-repos%2Fpackages.git;a=blobdiff_plain;f=demian%2Fgkrellm%2Fgkrellm;fp=demian%2Fgkrellm%2Fgkrellm;h=72b94416b0a3d1389fa91358a27b4443bc9cd3d3;hp=0000000000000000000000000000000000000000;hb=f0cf5d9bdce8c606167c114b5ba06792a200b957;hpb=19e8a11f5a1789f804a1b0cb43b1d0c34bf5916c diff --git a/demian/gkrellm/gkrellm b/demian/gkrellm/gkrellm new file mode 100755 index 0000000..72b9441 --- /dev/null +++ b/demian/gkrellm/gkrellm @@ -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 +}