Author: charles                      Date: Thu Jun 16 12:08:17 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new (fast & "memory fiendly" BitTorrent client)

---- Files affected:
SPECS:
   rtorrent.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/rtorrent.spec
diff -u /dev/null SPECS/rtorrent.spec:1.1
--- /dev/null   Thu Jun 16 14:08:17 2005
+++ SPECS/rtorrent.spec Thu Jun 16 14:08:11 2005
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary:       rTorrent - a console-based BitTorrent client
+Name:          rtorrent
+Version:       0.2.5
+Release:       0.1
+License:       GPL v2
+Group:         Applications/Communications
+Source0:       
http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.gz
+# Source0-md5: f92d692abae64b617b57a7a711ea5208
+URL:           http://libtorrent.rakshasa.no/
+BuildRequires: curl-devel >= 7.12
+BuildRequires: libstdc++-devel
+BuildRequires: libtorrent-devel >= 0.6.5
+BuildRequires: ncurses-devel
+BuildRequires: pkgconfig
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+rTorrent is a console-based BitTorrent client. It aims to be a
+fully-featured and efficient client with the ability to run in the
+background using screen. It supports fast-resume and session
+management.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       CXXFLAGS="%{rpmcxxflags} -I%{_includedir}/ncurses" \
+       --%{?debug:en}%{!?debug:dis}able-debug
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README TODO doc/rtorrent.rc
+%attr(755,root,root) %{_bindir}/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/06/16 12:08:11  charles
+- new (fast & "memory fiendly" BitTorrent client)
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to