mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 03:00:05 +02:00
21 lines
403 B
Plaintext
21 lines
403 B
Plaintext
DESCRIPTION="Vim is highly configurable text editor."
|
|
HOMEPAGE="http://www.vim.org"
|
|
SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2"
|
|
REVISION="1"
|
|
CHECKSUM_MD5="5b9510a17074e2b37d8bb38ae09edbf2"
|
|
STATUS_HAIKU="unstable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd vim73
|
|
cd src
|
|
make autoconf
|
|
cd ../
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-features=big
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd vim73
|
|
make install
|
|
}
|