Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 1b3f5283d54e86f41b63e3d1ddf57969 > files > 2

ctorrent-1.3.4-1mdk.src.rpm

Name         : ctorrent
Version      : 1.3.4
Release      : 1mdk
Summary      : Fast and small BitTorrent Client program written in C/C++
BuildRoot    : %{_tmppath}/%{name}-%{version}-build
License      : GPL
Group        : Networking/File transfer
URL          : http://ctorrent.sourceforge.net/
Source0      : http://prdownloads.sourceforge.net/ctorrent/ctorrent-%{version}.tar.bz2
BuildRequires: openssl-devel

%description
CTorrent is a BitTorrent Client program written in C/C++ for FreeBSD and Linux.
Fast and small are CTorrent's two strengths.

Authors:
--------
    YuHong <bsdi@sina.com>


%prep
%setup -q

%build
%configure2_5x
%make

%install 
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
%makeinstall
    
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%doc AUTHORS ChangeLog NEWS README VERSION

%changelog
* Sun Feb 20 2005 Götz Waschk <waschk@linux-mandrake.com> 1.3.4-1mdk
- initial mdk package

* Sat Dec 18 2004 - darix@irssi.org
- initial package