Package: tkinfo Version: 2.8 Revision: 2 Description: Graphical browser for "info" files License: BSD # Dependencies: Depends: tcltk (>= 7.4) BuildDepends: tcltk-dev (>= 7.4) Provides: tkinfo # Unpack Phase: Source: http://math-www.uni-paderborn.de/~axel/%n/%n-%v.tar.gz Source-MD5: ba798b5e38409b9461bd225646dfe651 # Compile Phase: CompileScript: << #!/bin/sh -ev echo nothing to compile << # Install Phase: DocFiles: README InstallScript: << #!/bin/sh -ev mkdir -p %i/bin install -m 755 %b/%n %i/bin mkdir -p %i/lib/%n install -m 644 %b/TkInfo.xpm %i/lib/%n mkdir -p %i/share/man/man1 install -m 644 %b/%n.1 %i/share/man/man1/%n.1 << # Additional Info DescDetail: << A graphical browser for files in the GNU hypertext "info" format, written in Tcl/Tk. The program provides on-line help about itself: start it and hit `h'. << DescUsage: << 10.4: Type 'tkinfo' in an xterm, such as X11.app to start up tkInfo. Later: Type 'tkinfo' in any terminal, for example Terminal.app. << Homepage: http://math-www.uni-paderborn.de/~axel/tkinfo/ Maintainer: Karl-Michael Schindler