From ef9362fe201af92671aa7550e03f2fb4fe83d5f1 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 31 Oct 2005 22:41:11 +0000 Subject: vim 6.4: reorganization and split into more packages - moved common part into vim.inc - new packages: - vim-syntax with /usr/share/vim/vimXX/syntax/ (2.8M) - vim-help with "online" help (4.1M) - vim-tutor (0.6M) More work can be done on vim but this is good step. --- packages/vim/vim_6.4.bb | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) (limited to 'packages/vim/vim_6.4.bb') diff --git a/packages/vim/vim_6.4.bb b/packages/vim/vim_6.4.bb index 1740a465a3..b53c752529 100644 --- a/packages/vim/vim_6.4.bb +++ b/packages/vim/vim_6.4.bb @@ -1,28 +1,9 @@ -DESCRIPTION = "Vim is an almost fully-compatible version of the Unix editor Vi." -SECTION = "console/utils" -DEPENDS = "ncurses" -LICENSE = "vim" +VIMVER = "64" -SRC_URI = "ftp://ftp.vim.org/pub/vim/unix/vim-${PV}.tar.bz2 \ - file://configure.patch;patch=1" - -S = "${WORKDIR}/vim64/src" - -inherit autotools +include vim.inc EXTRA_OECONF = "--enable-gui=none --disable-gtktest \ --disable-xim --with-features=normal \ --disable-gpm --without-x --disable-netbeans \ --with-tlib=ncurses" -do_configure () { - rm -f auto/* - touch auto/config.mk - aclocal - autoconf - oe_runconf - touch auto/configure - touch auto/config.mk auto/config.h -} - -#FILES_${PN}-doc=${datadir}/vim/vim64/doc ${mandir} ${infodir} -- cgit v1.2.3