Commit b4750af0 authored by Jérome Perrin's avatar Jérome Perrin

component/vim: version up 8.1

parent 792425a7
......@@ -5,11 +5,16 @@ parts =
extends =
../ncurses/buildout.cfg
../gettext/buildout.cfg
../python-2.7/buildout.cfg
[vim]
recipe = slapos.recipe.cmmi
url = ftp://ftp.vim.org/pub/vim/unix/vim-8.0.586.tar.bz2
md5sum = b35e794140c196ff59b492b56c1e73db
url = ftp://ftp.vim.org/pub/vim/unix/vim-8.1.tar.bz2
md5sum = 1739a1df312305155285f0cfa6118294
configure-options =
--enable-terminal
--enable-pythoninterp=yes
--with-python-command=${python2.7:location}/bin/python
environment=
CPPFLAGS=-I${ncurses:location}/include
LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment