PKG_LICENSE = PublicDomain/Charityware
PKG_SUMMARY = Very feature- and powerful editor.
-PKG_DEPS += acl ncurses
+PKG_BUILD_DEPS+= libacl-devel ncurses-devel
define PKG_DESCRIPTION
Vim is a highly configurable text editor built to enable efficient \
CONFIGURE_OPTIONS += --enable-multibyte
-###############################################################################
-# Installation Details
-###############################################################################
-
define STAGE_PREPARE_CMDS
cd $(DIR_APP) && echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h
endef