From fb6559170b5885e58b5265044e561553361692f7 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 20 Aug 2010 14:03:35 +0000 Subject: main/vim: upgrade to 7.3.003 and enable lua support --- main/vim/APKBUILD | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'main/vim') diff --git a/main/vim/APKBUILD b/main/vim/APKBUILD index 6c05b2563..ca41dd194 100644 --- a/main/vim/APKBUILD +++ b/main/vim/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Natanael Copa pkgname=vim -_srcver=7.3 -_patchver= -pkgver=7.3 +pkgver=7.3.003 +_srcver=${pkgver%.*} +_patchver=${pkgver##*.} pkgrel=0 pkgdesc="advanced text editor" url="http://www.vim.org" @@ -13,6 +13,9 @@ subpackages="$pkgname-doc" # use "abuild patchlist >> APKBUILD" to generate the list of patches source="ftp://ftp.vim.org/pub/vim/unix/vim-${_srcver}.tar.bz2 + ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.001 + ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.002 + ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.003 vimrc " @@ -46,6 +49,7 @@ prepare() { build() { cd "$_builddir" ./configure --prefix=/usr \ + --enable-luainterp \ --without-x \ --disable-nls make || return 1 @@ -58,4 +62,7 @@ package() { } md5sums="5b9510a17074e2b37d8bb38ae09edbf2 vim-7.3.tar.bz2 +aa5582d8289b43255f45d4bb6f62e140 7.3.001 +2949cbdfe86f533c487fd144c5935c7a 7.3.002 +9059db41cf3a468935745242cb9c0514 7.3.003 97aecde2ab504e543a96bec84b3b5638 vimrc" -- cgit v1.2.3