Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / vim / vim_6.2.oe
1 DEPENDS = "ncurses"
2 DESCRIPTION = "Vim is an almost fully-compatible \
3 version of the Unix editor Vi."
4 SECTION = "console/utils"
5
6 SRC_URI = "ftp://ftp.vim.org/pub/vim/unix/vim-${PV}.tar.bz2 \
7            file://configure.patch;patch=1"
8 S = "${WORKDIR}/vim62/src"
9
10 inherit autotools
11
12 EXTRA_OECONF = "--enable-gui=none --disable-gtktest \
13                 --disable-xim --with-features=normal \
14                 --disable-gpm --without-x --disable-netbeans \
15                 --with-tlib=ncurses"
16
17 do_configure () {
18         rm -f auto/*
19         touch auto/config.mk
20         aclocal
21         autoconf
22         oe_runconf
23         touch auto/configure
24         touch auto/config.mk auto/config.h
25 }
26
27 #FILES_${PN}-doc=${datadir}/vim/vim62/doc ${mandir} ${infodir}