]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - vim/vim.nm
Merge remote-tracking branch 'ms/openvswitch'
[ipfire-3.x.git] / vim / vim.nm
index d826fb60b054d89baa6581f2e8cb1a46344fc173..2863e9454b859873a9102960a85f731d948f479d 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = vim
 version    = 7.3
-release    = 2
+release    = 3
 
 groups     = Applications/Editors
 url        = http://www.vim.org
@@ -21,18 +21,27 @@ end
 source_dl  = ftp://ftp.vim.org/pub/vim/unix/
 sources    = %{thisapp}.tar.bz2
 
-DIR_APP        = %{DIR_SRC}/%{name}73
 
 build
+       DIR_APP = %{DIR_SRC}/%{name}73
+
        requires
                libacl-devel
                libselinux-devel
                ncurses-devel
+               python-devel
        end
 
        configure_options += \
+               --with-features=huge \
+               --enable-pythoninterp \
+               --enable-gui=no \
                --enable-multibyte \
-               --enable-selinux
+               --enable-cscope \
+               --enable-selinux \
+               --with-tlib=ncurses \
+               --with-modified-by="<bugzilla@ipfire.org>" \
+               --with-compiled-by="<bugzilla@ipfire.org>"
 
        configure_cmds
                echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h