: Added Files:
[hdw-repos/packages.git] / demian / 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.4
6 # [S] 3 10
7 # [D] lynx2.8.4.tar.bz2 http://lynx.isc.org/release/
8
9 confopt="$confopt --with-ssl"
10 post_install()
11 {
12     make install-doc
13     make install-help
14     [ -f /etc/lynx.cfg ] || cp -v lynx.cfg /etc/ ;
15
16     lynxcfg="[ -f /etc/lynx.cfg ] && export LYNX_CFG=/etc/lynx.cfg";
17     
18     if ! grep "^$lynxcfg" /etc/conf/profile ; then
19         echo -e "\n$lynxcfg" >> /etc/conf/profile
20     fi
21 }