X-Git-Url: http://gitweb/?a=blobdiff_plain;f=vim%2FPkgfile;h=b782059a2147aaca8afa506976ba6fdbd16445a4;hb=b751b192b8a9f558df99b4050babc1b84d45a372;hp=7737779d80ef4a857861b9d4cf994f604c95455c;hpb=516b0ac181521a305df5d6acbdda0b573fe42569;p=crossrootfs.git diff --git a/vim/Pkgfile b/vim/Pkgfile index 7737779..b782059 100644 --- a/vim/Pkgfile +++ b/vim/Pkgfile @@ -1,23 +1,25 @@ # Description: Highly configurable text editor # URL: http://www.vim.org/ # Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: ncurses name=vim -version=7.2.300 +version=7.2.350 release=1 source=(ftp://ftp.vim.org/pub/vim/unix/vim-${version%.*}.tar.bz2 \ ftp://ftp.vim.org/pub/vim/extra/vim-${version%.*}-extra.tar.gz \ ftp://ftp.vim.org/pub/vim/extra/vim-${version%.*}-lang.tar.gz \ ftp://ftp.vim.org/pub/vim/patches/${version%.*}/7.2.001-100.gz \ ftp://ftp.vim.org/pub/vim/patches/${version%.*}/7.2.101-200.gz \ - ftp://ftp.vim.org/pub/vim/patches/${version%.*}/7.2.201-300.gz) + ftp://ftp.vim.org/pub/vim/patches/${version%.*}/7.2.201-300.gz \ + http://crux.nu/files/distfiles/vim-7.2.301-350.xz) build () { cd vim72/src gunzip -c $SRC/${version%.*}.*.gz | patch -p0 -d $SRC/vim72 + unxz -c $SRC/vim-${version%.*}.*.xz | patch -p0 -d $SRC/vim72 cat > auto/config.cache << EOF vim_cv_getcwd_broken=no