31bef600e8
--HG-- extra : convert_revision : cab7b061761ea98cef144a1dd851ede406996ec5
25 lines
999 B
Text
25 lines
999 B
Text
# Template file for 'vim'
|
|
pkgname=vim
|
|
version=7.2
|
|
revision=2
|
|
wrksrc=vim72
|
|
distfiles="ftp://ftp.vim.org/pub/vim/unix/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
configure_args="--disable-perlinterp --disable-pythoninterp --disable-rubyinterp
|
|
--disable-cscope --disable-workshop --disable-netbeans --disable-sniff
|
|
--disable-gpm --disable-hangulinput --disable-xim --enable-gui=no
|
|
--without-x --enable-multibyte --with-tlib=ncursesw"
|
|
short_desc="Vim editor (vi clone)"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=914db0f2205ebd6f02878295ec2506036ea7500399db112c61a01491cd9a1d86
|
|
long_desc="
|
|
Vim is an almost compatible version of the UNIX editor Vi. Many new features
|
|
have been added: multi level undo, syntax highlighting, command line history,
|
|
on-line help, filename completion, block operations, etc."
|
|
|
|
Add_dependency run glibc
|
|
Add_dependency run ncursesw
|
|
Add_dependency run acl
|
|
Add_dependency build glibc-devel
|
|
Add_dependency build ncursesw-devel
|
|
Add_dependency build acl-devel
|