Package: urlview Version: 0.9 Revision: 13 Description: Extracts URLs from text License: GPL Maintainer: Brendan Cully BuildDepends: libncurses5 Depends: ncurses, libncurses5-shlibs Suggests: mutt Source: ftp://ftp.mutt.org/mutt/contrib/urlview-%v.tar.gz Source-MD5: 67731f73e69297ffd106b65c8aebb2ab PatchScript: sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1 ConfigureParams: --sysconfdir=%p/etc/urlview --mandir=%i/share/man SetCPPFLAGS: -no-cpp-precomp 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