initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / hackbard / gtk-gnutella / gtk-gnutella
1 # hdw - linux gtk-gnutella  package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 0.93.4
6 # [S] 3-8
7 # [D] gtk-gnutella-0.93.4.tar.bz2 http://belnet.dl.sourceforge.net/sourceforge/gtk-gnutella/
8
9 confopt="-d -D prefix=/usr"
10 install_conf="INSTALL_PREFIX=$root $install_conf"
11
12 build_main()    {
13         ./Configure $confopt
14         make $make_conf
15         make install $install_conf
16                 }