Package: vim
Version: 6.1
Revision: 15
Source: ftp://ftp.vim.org/pub/editors/vim/unix/vim-%v.tar.bz2
Source-MD5: 7fd0f915adc7c0dab89772884268b030
SourceDirectory: vim61
BuildDepends: glib, dlcompat-dev, gettext-dev, gettext-bin, gettext-tools, libiconv-dev, ncurses-dev (>= 5.3-12)
Depends: gtk+, ncurses (>= 5.3-12), ncurses-shlibs (>= 5.3-12)
GCC: 3.3
Conflicts: vim-nox
Replaces: vim-nox
Patch: %f.patch
ConfigureParams: --with-features=big --with-gtk-prefix=%p --mandir='${prefix}/share/man' --enable-multibyte
CompileScript: (cd src; ./configure %c; make)
InstallScript: <<
cd src; make install prefix=%i
perl -pi -e '$dp=qw(%d%p);$p=qw(%p);s/$dp/$p/g' %d%p/share/man/man1/* 
<<
DocFiles: README.txt src/INSTALL
License: Restrictive/Distributable
Description: Improved version of the editor "vi"
DescDetail: <<
VIM adds many of the features that you would expect in an editor: 
Unlimited undo, syntax coloring, split windows, visual selection, 
graphical user interface (read: menus, mouse control, scrollbars, 
text selection), and much much more.
<<
DescPort: <<
Builds gtk GUI. If you don't have X11, use the vim-nox package.
<<
Homepage: http://www.vim.org/
Maintainer: Jeffrey Whitaker <jsw@cdc.noaa.gov>