initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / hackbard / lynx / lynx
1 # HDW Linux lynx
2 #
3 # [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
4 # [I] Powerful console web browser.
5 # [V] 2.8.5
6 # [S] 3-10
7 # [D] lynx2.8.5.tar.bz2 http://lynx.isc.org/release/
8
9 flist_pruned="$flist_pruned|etc/conf/profile"
10
11 confopt="$confopt --with-ssl"
12 post_install()
13 {
14     make install-doc
15     make install-help
16     [ -f /etc/lynx.cfg ] || cp -v lynx.cfg /etc/ ;
17
18     lynxcfg="[ -f /etc/lynx.cfg ] && export LYNX_CFG=/etc/lynx.cfg";
19     
20     if ! grep "^$lynxcfg" /etc/conf/profile ; then
21         echo -e "\n$lynxcfg" >> /etc/conf/profile
22     fi
23 }