mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
21 lines
599 B
Plaintext
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."
|