SPECS: btpd.spec (NEW) - initial

wiget wiget at pld-linux.org
Sun Mar 9 18:52:21 CET 2008


Author: wiget                        Date: Sun Mar  9 17:52:21 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: SPECS/btpd.spec
diff -u /dev/null SPECS/btpd.spec:1.1
--- /dev/null	Sun Mar  9 18:52:21 2008
+++ SPECS/btpd.spec	Sun Mar  9 18:52:16 2008
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary:	Bittorent client
+Name:		btpd
+Version:	0.13
+Release:	0.1
+License:	BSD-like
+Group:		Applications
+Source0:	http://www.murmeldjur.se/btpd/%{name}-%{version}.tar.gz
+# Source0-md5:	0d9c4a672eea6f298fa6e44d94da1657
+URL:		http://www.murmeldjur.se/btpd/
+Patch0:		%{name}-asneeded.patch
+BuildRequires:	openssl-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+btpd is a bittorrent client consisting of a daemon and client commands,
+which can be used to read and/or manipulate the daemon state. The daemon
+is capable of running several torrents simultaneously and only uses one
+tcp port. It's fairly low on resource usage and should be perfect for
+file distribution sites. Efficient downloads and ease of use makes this
+client a good choice for the casual user as well.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__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 README
+%attr(755,root,root) %{_bindir}/*
+
+%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-03-09 17:52:16  wiget
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list