add Added Files:
[hdw-repos/packages.git] / demian / gkrellm / gkrellm
1 # HDW Linux gkrellm
2 #
3 # [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
4 # [I] X11 application which let u manage some basic activities 
5 # [I] and control the system status
6 # [V] 2.1.0
7 # [S] 3 10
8 # [D] gkrellm-2.1.0.tar.bz2 http://web.wt.net/~billw/gkrellm/
9     
10 build_main()
11 {
12     ./configure $confopt 
13     make $make_conf
14     make $install_conf INSTALLDIR=$prefix/bin MANDIR=$prefix/share/man/man1 \
15     INCLUDEDIR=$prefix/include install
16 }