vim: split common stuff into vim-common subpkg, bumprev.
--HG-- extra : convert_revision : 3460d5392c970d2916fccb803898e15a7d8702f1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Template file for 'vim'
|
||||
pkgname=vim
|
||||
version=7.2
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc=vim72
|
||||
distfiles="ftp://ftp.vim.org/pub/vim/unix/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
@@ -17,9 +17,11 @@ long_desc="
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user