PKG_NAME = vim
PKG_VER = 7.3
-PKG_REL = 0
+PKG_REL = 1
PKG_MAINTAINER =
PKG_GROUP = Applications/Editors
PKG_LICENSE = PublicDomain/Charityware
PKG_SUMMARY = Very feature- and powerful editor.
-PKG_BUILD_DEPS+= libacl-devel ncurses-devel
+PKG_BUILD_DEPS+= libacl-devel libselinux-devel ncurses-devel
define PKG_DESCRIPTION
Vim is a highly configurable text editor built to enable efficient \
DIR_APP = $(DIR_SRC)/$(PKG_NAME)73
-CONFIGURE_OPTIONS += --enable-multibyte
+CONFIGURE_OPTIONS += \
+ --enable-multibyte \
+ --enable-selinux
define STAGE_PREPARE_CMDS
cd $(DIR_APP) && echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h