mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
24 lines
507 B
Bash
24 lines
507 B
Bash
DESCRIPTION="PuTTY is a free implementation of Telnet and SSH"
|
|
HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
|
|
SOURCE_URI="http://the.earth.li/~sgtatham/putty/latest/putty-0.60.tar.gz"
|
|
REVISION="1"
|
|
STATUS_HAIKU="broken"
|
|
DEPEND=""
|
|
CHECKSUM_MD5="07e65fd98b16d115ae38a180bfb242e2"
|
|
BUILD()
|
|
{
|
|
cd putty-0.60/unix
|
|
autoconf
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make all-cli
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd putty-0.60/unix
|
|
make install
|
|
}
|
|
|
|
LICENSE="MIT"
|
|
COPYRIGHT="1997-2007 Simon Tatham et al."
|