X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-repos%2Fpackages.git;a=blobdiff_plain;f=demian%2Flynx%2Flynx;fp=demian%2Flynx%2Flynx;h=6ab8d4e6cd001dcadbc97e78b0853d2c3a78437c;hp=0000000000000000000000000000000000000000;hb=f0cf5d9bdce8c606167c114b5ba06792a200b957;hpb=19e8a11f5a1789f804a1b0cb43b1d0c34bf5916c diff --git a/demian/lynx/lynx b/demian/lynx/lynx new file mode 100755 index 0000000..6ab8d4e --- /dev/null +++ b/demian/lynx/lynx @@ -0,0 +1,21 @@ +# HDW Linux lynx +# +# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org +# [I] Powerful console web browser. +# [V] 2.8.4 +# [S] 3 10 +# [D] lynx2.8.4.tar.bz2 http://lynx.isc.org/release/ + +confopt="$confopt --with-ssl" +post_install() +{ + make install-doc + make install-help + [ -f /etc/lynx.cfg ] || cp -v lynx.cfg /etc/ ; + + lynxcfg="[ -f /etc/lynx.cfg ] && export LYNX_CFG=/etc/lynx.cfg"; + + if ! grep "^$lynxcfg" /etc/conf/profile ; then + echo -e "\n$lynxcfg" >> /etc/conf/profile + fi +}