Tools Index

Lynx

Configuration

Default configuration is at /usr/etc/lynx.cfg

Port

        # Description: Text-based web browser.
        # URL: http://lynx.isc.org/
        # Packager: LeetIO Team, silvino at bk dot ru
        # Depends on: ncurses openssl zlib

        name=lynx
        version=2.8.8
        release=1
        source=(http://lynx.isc.org/lynx$version/lynx$version.tar.bz2 lynx.cfg)

        build() {
            cd lynx${version//./-}

            ./configure \
                --prefix=/usr \
                --disable-nls \
                --enable-color-style \
                --enable-ipv6 \
                --with-ssl=/usr/lib \
                --with-zlib \
                --with-screen=ncursesw \
                --mandir=/usr/man

            make
            make -j 1 DESTDIR=$PKG install
            install -D -m 644 ../lynx.cfg $PKG/usr/etc/lynx.cfg
        }
        
        SET_COOKIES:FALSE
        ACCEPT_ALL_COOKIES:FALSE
        PERSISTENT_COOKIES:FALSE
        
Tools Index

This is part of the LeetIO System Documentation. Copyright (C) 2021 LeetIO Team. See the file Gnu Free Documentation License for copying conditions.