Package: vim-nox Version: 6.1 Revision: 13 Source: ftp://ftp.vim.org/pub/editors/vim/unix/vim-%v.tar.bz2 Source-MD5: 7fd0f915adc7c0dab89772884268b030 SourceDirectory: vim61 BuildDepends: dlcompat-dev, libiconv-dev, ncurses-dev (>= 5.3-12) Depends: dlcompat, ncurses (>= 5.3-12), ncurses-shlibs (>= 5.3-12) GCC: 3.3 Conflicts: vim Replaces: vim Provides: vim Patch: %f.patch ConfigureParams: --with-features=big --without-x --enable-gui=no --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: src/INSTALL README.txt 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: << Does not build GUI, therefore does not require X11. << Homepage: http://www.vim.org Maintainer: Jeffrey Whitaker