Package: urlview
Version: 0.9
Revision: 1015
Description: Extracts URLs from text
License: GPL
Maintainer: None <fink-devel@lists.sourceforge.net>
BuildDepends: libncurses5 (>= 5.4-20041023-1006), fink (>= 0.24.12)
Depends: ncurses (>= 5.4-20041023-1006), libncurses5-shlibs (>= 5.4-20041023-1006)
Suggests: mutt
Source: ftp://ftp.mutt.org/mutt/contrib/urlview-%v.tar.gz
Source-Checksum: SHA256(74d18026e84e3cd70a3fdd1a7247a68031b0c1c1c6d761d64b7063ff71091cc3)
PatchFile: %n.patch
PatchFile-MD5: ba3970ef9115703506c2a2c59ff3432a
PatchScript: sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
ConfigureParams: --sysconfdir=%p/etc/urlview --mandir=%i/share/man
ConfFiles: %p/etc/%n/system.urlview %p/etc/%n/url_handler.sh
InstallScript: <<
 # the install-man target is a busted hand-rolled one.
 mkdir -p %i/share/man/man1
 make install DESTDIR=%d
 mkdir -p %i/share/doc/%n/examples
 install -m 644 sample.urlview %i/share/doc/%n/examples
 install -m 644 text %i/share/doc/%n/examples
 mkdir -p %i/share/doc/%n/html
 install -m 644 %n.html %i/share/doc/%n/html
 mkdir -p %i/etc/%n
 install -m 644 system.urlview %i/etc/%n
 install -m 644 url_handler.sh.fink %i/etc/%n/url_handler.sh
<<
DocFiles: AUTHORS README COPYING ChangeLog urlview.sgml
DescDetail: <<
 This utility is used to extract URL from text files, especially from
 mail messages in order to launch some browser to view them. This used
 to be a part of mutt but has now become an independent tool
<<
DescUsage: <<
 It compiles and runs fine, but requires additional customization to
 call your preferred browser. See the docs and modify the url_handler.sh
 script as necessary (at least until the package is update with sensible
 defaults...).
<<
Homepage: http://www.mutt.org