]> 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 5ce9fd807891ac9de0d87f0e7cd1d5f59ab6285a..2863e9454b859873a9102960a85f731d948f479d 100644 (file)
@@ -5,9 +5,9 @@
 
 name       = vim
 version    = 7.3
-release    = 1
+release    = 3
 
-groups     = Base Applications/Editors
+groups     = Applications/Editors
 url        = http://www.vim.org
 license    = PublicDomain/Charityware
 summary    = Very feature- and powerful editor.
@@ -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
@@ -52,6 +61,7 @@ end
 
 packages
        package %{name}
+               groups += Base
        end
 
        package %{name}-debuginfo