mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Haiku support for VIm 7.2 editor.
This commit is contained in:
5327
app-editors/vim/patches/vim-7.2.patch
Normal file
5327
app-editors/vim/patches/vim-7.2.patch
Normal file
File diff suppressed because it is too large
Load Diff
24
app-editors/vim/vim-7.2.bep
Normal file
24
app-editors/vim/vim-7.2.bep
Normal file
@@ -0,0 +1,24 @@
|
||||
DESCRIPTION="Vim is highly configurable text editor."
|
||||
HOMEPAGE="http://www.vim.org"
|
||||
SRC_URI="ftp://ftp.vim.org/pub/vim/extra/vim-7.2-extra.tar.gz
|
||||
ftp://ftp.vim.org/pub/vim/extra/vim-7.2-lang.tar.gz
|
||||
ftp://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2 "
|
||||
#SRC_URI="http://zzbsd.zz-nest/vim-7.2.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_R5="untested"
|
||||
STATUS_BONE="untested"
|
||||
STATUS_HAIKU="unstable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd vim72
|
||||
cd src
|
||||
autoconf -o auto/configure configure.in
|
||||
cd ../
|
||||
./configure --prefix=/boot/common --with-features=big
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd vim72/src
|
||||
make install_beos
|
||||
}
|
||||
Reference in New Issue
Block a user