vim: update to 7.1.123

This commit is contained in:
Juergen Daubert 2007-09-29 09:53:47 +02:00
parent a502ebdfb6
commit 86ccd09acf
2 changed files with 8 additions and 3 deletions

View File

@ -1 +1,2 @@
d36d009e3bd0dbd2873de577e3f1df36 vim-7.1.001-123.tar.bz2
44c6b4914f38d6f9aa959640b89da329 vim-7.1.tar.bz2

View File

@ -4,12 +4,16 @@
# Depends on: ncurses
name=vim
version=7.1
version=7.1.123
release=1
source=(ftp://ftp.vim.org/pub/vim/unix/vim-$version.tar.bz2)
source=(ftp://ftp.vim.org/pub/vim/unix/vim-7.1.tar.bz2 \
http://crux.nu/~jue/files/dist/vim-7.1.001-123.tar.bz2)
build () {
cd $name${version/\./}/src
cd vim71/src
cat $SRC/vim-7.1-patches/* | patch -p0 -d $SRC/vim71
./configure --prefix=/usr \
--with-vim-name=vim \
--with-x=no \