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