1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-20 20:38:33 +00:00
morpheus/pkgs/vim/build

13 lines
293 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
ln -sf vim "$root/bin/vi"