void-packages/srcpkgs/vim/template
Juan RP 1d88a62bd7 vim: split common stuff into vim-common subpkg, bumprev.
--HG--
extra : convert_revision : 3460d5392c970d2916fccb803898e15a7d8702f1
2010-01-21 03:35:46 +01:00

28 lines
1 KiB
Plaintext

# Template file for 'vim'
pkgname=vim
version=7.2
revision=3
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."
subpackages="vim-common"
Add_dependency run glibc
Add_dependency run ncursesw
Add_dependency run acl
Add_dependency run vim-common ">=${version}"
Add_dependency build glibc-devel
Add_dependency build ncursesw-devel
Add_dependency build acl-devel