vim: update to 7.2.350

This commit is contained in:
Juergen Daubert 2010-01-28 17:30:12 +01:00
parent a95a7041d0
commit b5a4a80514
2 changed files with 5 additions and 2 deletions

View File

@ -3,4 +3,5 @@ b485233d360041d043c56cd99057dbff 7.2.101-200.gz
069fb537772a8e4a74119d8a6a7e61f3 7.2.201-300.gz
35e04482f07c57221c9a751aaa3b8dac vim-7.2-extra.tar.gz
d8884786979e0e520c112faf2e176f05 vim-7.2-lang.tar.gz
f41972df7b0608087ba18afcfa13ad37 vim-7.2.301-350.xz
f0901284b338e448bfd79ccca0041254 vim-7.2.tar.bz2

View File

@ -4,19 +4,21 @@
# Depends on: ncurses
name=vim
version=7.2.300
version=7.2.350
release=1
source=(ftp://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2
ftp://ftp.vim.org/pub/vim/extra/vim-7.2-extra.tar.gz
ftp://ftp.vim.org/pub/vim/extra/vim-7.2-lang.tar.gz
ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.001-100.gz
ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.101-200.gz
ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.201-300.gz)
ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.201-300.gz
http://crux.nu/files/distfiles/vim-7.2.301-350.xz)
build () {
cd vim72/src
gunzip -c $SRC/7.2.*.gz | patch -p0 -d $SRC/vim72
unxz -c $SRC/vim-7.2.*.xz | patch -p0 -d $SRC/vim72
./configure --prefix=/usr \
--mandir=/usr/man \