Name: links Summary: Graphics and text mode www browser with support for frames Version: 2.1pre14 Release: 1 License: GPL Group: Applications/Internet Vendor: Twibright Labs Source: http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/%{name}-%{version}.tar.bz2 URL: http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/ Provides: webclient BuildRoot: %{_tmppath}/%{name}-root BuildRequires: openssl-devel, gpm-devel, zlib-devel, libpng-devel, libjpeg-devel BuildRequires: libtiff-devel, XFree86-devel %description Links is a graphics and text mode web browser, released under GPL. * Links runs on Linux, BSD, UNIX in general, OS/2, Cygwin under Windows, AtheOS, BeOS, FreeMint. * Links runs in graphics mode (mouse required) on X Window System (UN*X, Cygwin), SVGAlib, Linux Framebuffer, OS/2 PMShell, AtheOS GUI * Links runs in text mode (mouse optional) on UN*X console, ssh/telnet virtual terminal, vt100 terminal, xterm, and virtually any other text terminal. Mouse is supported for GPM, xterm, and OS/2. Links supports colors on terminal. * HTML 4.0 support (without CSS) * HTTP 1.1 support * Tables, frames in both graphics and text mode, builtin image display in graphics mode * 48-bit high-quality image gamma correction, resampling and Floyd-Steinberg dithering in all color depths. %prep %setup -q %build CPPFLAGS="$RPM_OPT_FLAGS -DOPENSSL_NO_KRB5"; export CPPFLAGS %configure --enable-javascript --enable-graphics --with-ssl make %install rm -rf $RPM_BUILD_ROOT %makeinstall install --directory $RPM_BUILD_ROOT/usr/share/links install --mode=644 doc/links_cal/* $RPM_BUILD_ROOT/usr/share/links %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc AUTHORS BUGS COPYING ChangeLog NEWS README SITES TODO %doc graphics/links.xpm %{_bindir}/* %{_mandir}/man1/* %{_datadir}/links/* %changelog * Sun Mar 21 2004 Jakub Horky 2.1pre14-1 - update to version 2.1pre14 - merge with original RedHat links.spec, fix anomalies :) - disable KRB5 in OpenSSL * Wed Sep 17 2003 Andreas Hirczy - update to version 2.1pre11 - inlude calibration pages and pictures in /usr/share/links * Tue May 6 2003 Andreas Hirczy - Initial build.