]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/vim/vim.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / vim / vim.inc
1 DESCRIPTION = "Vim is an almost fully-compatible version of the Unix editor Vi."
2 SECTION = "console/utils"
3 DEPENDS = "ncurses"
4 LICENSE = "vim"
5
6 SRC_URI = "ftp://ftp.vim.org/pub/vim/unix/vim-${PV}.tar.bz2 \
7            file://configure.patch;patch=1"
8
9 S = "${WORKDIR}/vim${VIMVER}/src"
10
11 inherit autotools
12
13 do_configure () {
14         rm -f auto/*
15         touch auto/config.mk
16         aclocal
17         autoconf
18         oe_runconf
19         touch auto/configure
20         touch auto/config.mk auto/config.h
21 }
22
23 PACKAGES =+ "vim-common vim-syntax vim-help vim-tutor"
24 FILES_vim-syntax = "${datadir}/vim/vim${VIMVER}/syntax"
25 FILES_vim-help = "${datadir}/vim/vim${VIMVER}/doc"
26 FILES_vim-tutor = "${datadir}/vim/vim${VIMVER}/tutor ${bindir}/vimtutor"
27
28 #FILES_${PN} = "${bindir} ${sbindir} ${libexecdir} ${libdir}/lib*.so.* \
29 #              ${libdir}/*/ ${sysconfdir} ${sharedstatedir} ${localstatedir} \
30 #              /bin /sbin /lib/*/ /lib/*.so* ${datadir}/vim"