]> git.pld-linux.org Git - packages/btpd.git/blame - btpd.spec
- fix building with --as-needed
[packages/btpd.git] / btpd.spec
CommitLineData
dfe8b6f1
AF
1Summary: Bittorent client
2Name: btpd
3Version: 0.13
4Release: 0.1
5License: BSD-like
6Group: Applications
7Source0: http://www.murmeldjur.se/btpd/%{name}-%{version}.tar.gz
8# Source0-md5: 0d9c4a672eea6f298fa6e44d94da1657
9URL: http://www.murmeldjur.se/btpd/
10Patch0: %{name}-asneeded.patch
11BuildRequires: openssl-devel
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15btpd is a bittorrent client consisting of a daemon and client commands,
16which can be used to read and/or manipulate the daemon state. The daemon
17is capable of running several torrents simultaneously and only uses one
18tcp port. It's fairly low on resource usage and should be perfect for
19file distribution sites. Efficient downloads and ease of use makes this
20client a good choice for the casual user as well.
21
22%prep
23%setup -q
24%patch0 -p1
25
26%build
27%{__aclocal}
28%{__autoconf}
29%{__automake}
30%configure
31%{__make}
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
36%{__make} install \
37 DESTDIR=$RPM_BUILD_ROOT
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
44%doc README
45%attr(755,root,root) %{_bindir}/*
This page took 0.10034 seconds and 4 git commands to generate.