Files
haikuports/app-shells/zsh/zsh-4.3.10.bep

21 lines
599 B
Plaintext

DESCRIPTION="Zsh is a shell designed for interactive use, although it is also a powerful scripting language."
HOMEPAGE="http://www.zsh.org"
SRC_URI="http://sourceforge.net/projects/zsh/files/zsh-dev/4.3.10/zsh-4.3.10.tar.bz2/download"
REVISION="1"
CHECKSUM_MD5="74c5b275544400082a1cde806c98682a"
STATUS_HAIKU="unstable"
DEPEND=""
BUILD {
cd zsh-4.3.10
autoconf
./configure --prefix=/boot/common
make
}
INSTALL {
cd zsh-4.3.10
make install
}
LICENSE="ZSH"
COPYRIGHT="(c) 1992-2009 Paul Falstad, Richard Coleman, Zoltán Hidvégi, Andrew Main, Peter Stephenson, Sven Wishnowsky, and others."