1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-28 12:01:21 +00:00
morpheus/pkgs/vim

13 lines
291 B
Plaintext
Raw Normal View History

2014-02-28 21:19:02 +00:00
v="7.4"
url="http://ftp.vim.org/pub/vim/unix/vim-$v.tar.bz2"
2014-02-27 12:41:37 +00:00
build: ncurses
2014-02-28 21:19:02 +00:00
cd src/vim74
make clean
CC=$CC ./configure --prefix=/ \
2014-02-26 10:17:27 +00:00
--enable-multibyte --disable-gui --with-x=no \
--disable-nls --disable-netbeans
make -j$nprocs
make DESTDIR="$root" install
2014-03-01 20:27:53 +00:00
ln -sf vim $root/bin/vi