summaryrefslogtreecommitdiffstats
path: root/main/vim/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-08-20 14:03:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-08-20 14:52:08 +0000
commitfb6559170b5885e58b5265044e561553361692f7 (patch)
treee84699afaaf494ae41121f6fa5bf49559bd2b6ed /main/vim/APKBUILD
parent1a8a7a2773efc086031dfe6f3cc1ddbe45e4e300 (diff)
main/vim: upgrade to 7.3.003 and enable lua support
Diffstat (limited to 'main/vim/APKBUILD')
-rw-r--r--main/vim/APKBUILD13
1 files changed, 10 insertions, 3 deletions
diff --git a/main/vim/APKBUILD b/main/vim/APKBUILD
index 6c05b256390..ca41dd19463 100644
--- a/main/vim/APKBUILD
+++ b/main/vim/APKBUILD
@@ -1,8 +1,8 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
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"