2011-08-22 22:53:34 +02:00
|
|
|
Name: putty
|
2011-12-11 15:38:17 +01:00
|
|
|
Version: 0.62
|
2011-08-22 22:53:34 +02:00
|
|
|
Release: 0
|
|
|
|
Group: System/X11/Utilities
|
|
|
|
Summary: GTK-based terminal emulator program
|
|
|
|
License: MIT
|
|
|
|
URL: http://www.chiark.greenend.org.uk/~sgtatham/putty/
|
|
|
|
|
2011-12-11 15:38:17 +01:00
|
|
|
Source: %name-%version.tar.bz2
|
2011-08-22 22:53:34 +02:00
|
|
|
BuildRoot: %_tmppath/%name-%version-build
|
2011-12-11 15:38:17 +01:00
|
|
|
BuildRequires: gtk2-devel
|
2011-08-22 22:53:34 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
PuTTY is a terminal emulator application which can act as a client
|
|
|
|
for the SSH, Telnet, rlogin, and raw TCP computing protocols and as a
|
|
|
|
serial console client.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup
|
|
|
|
|
|
|
|
%build
|
|
|
|
pushd unix/;
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags};
|
|
|
|
popd;
|
|
|
|
|
|
|
|
%install
|
|
|
|
pushd unix/;
|
|
|
|
make install DESTDIR="%buildroot";
|
|
|
|
popd;
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%_bindir/*
|
|
|
|
%doc %_mandir/man*/*
|
|
|
|
|
|
|
|
%changelog
|