# $Id$ # Authority: dag %define real_version 20031202 Summary: Standard netcat enhanced with twofish encryption. Name: cryptcat Version: 0.0.20031202 Release: 1.2%{?dist} License: GPL Group: Applications/Internet URL: http://farm9.org/Cryptcat/ Source: http://farm9.org/Cryptcat/cryptcat_%{real_version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gcc-c++ %description Cryptcat is the standard netcat enhanced with twofish encryption. netcat was origianally written by the l0pht (hobbit and weld pond). %prep %setup -n %{name}_%{real_version} %build %{__perl} -pi -e 's|STATIC=-static||g;' Makefile %{__make} linux XLIBS=-lstdc++ %install %{__rm} -rf %{buildroot} %{__install} -Dp -m0755 cryptcat %{buildroot}%{_bindir}/cryptcat %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc Changelog README* %{_bindir}/cryptcat %changelog * Sat Apr 08 2006 Dries Verachtert - 0.0.20031202-1.2 - Rebuild for Fedora Core 5. * Sun Mar 28 2004 Dag Wieers - 0.0.20031202-1 - Initial package. (using DAR)