Package: lynx-ssl Version: 2.8.4 Revision: 3 Depends: openssl, openssl097-shlibs BuildDepends: openssl097-dev Conflicts: lynx Replaces: lynx Provides: lynx Source: ftp://lynx.isc.org/lynx/release/lynx%v.tar.bz2 Source-MD5: 6916c0127839f1e454052b683e4691c4 SourceDirectory: lynx2-8-4 ConfigureParams: --enable-nls --with-screen=ncurses --disable-full-paths --enable-file-upload --enable-internal-links --libdir=%p/etc --mandir=%p/share/man --with-ssl SetLIBS: -lncurses GCC: 3.1 InstallScript: << mkdir -p %i/etc make install-full DESTDIR=%d docdir=%p/share/doc/%n helpdir=%p/share/lynx_help localedir=%i/share/locale gnulocaledir=%i/share/locale (cd %i/share/lynx_help && rm -f COPYHEADER COPYING && cp ../doc/%n/COPYHEADER ../doc/%n/COPYING .) << ConfFiles: %p/etc/lynx.cfg # Description: Console based web browser (SSL-enabled) DescDetail: << Lynx is a web browser that runs inside a terminal emulator, e.g. Terminal.app or an xterm. It can't display graphics and also has trouble with tables, but it can come in handy in some situations. This package builds Lynx with SSL/https support. If you don't want that, install the lynx package instead. << DescPort: << Doesn't do color in Terminal.app and xterms; this can probably be cured by adjusting the terminfo data. << DescPackaging: << The Makefile for the message catalogs doesn't respect DESTDIR, we work around that by setting the installation paths on the command line. Putting lynx.cfg in etc/ and the documentation elsewhere is a problem because the configure script uses libdir for both. Fortunately, only the path to lynx.cfg is hardcoded into the executable. So we set libdir to etc/ and override the doc and help directories in the install step. The Makefile edits lynx.cfg on the fly in the install step, so all paths are correct. COPYING and COPYHEADER are symlinked from the help dir to the doc dir, but using the full path (with the package build directory in it). We correct that manually. << License: GPL Homepage: http://lynx.browser.org/ Maintainer: Alexander Strange