]> git.pld-linux.org Git - packages/Azureus.git/blob - Azureus.spec
- descs, some cleanups
[packages/Azureus.git] / Azureus.spec
1 Summary:        Azureus - Java BitTorrent blient
2 Summary(pl):    Azureus - klient BitTorrenta w Javie
3 Name:           Azureus
4 Version:        2.1.0.4
5 Release:        0.1
6 License:        GPL
7 Group:          Applications/Networking
8 Source0:        http://dl.sourceforge.net/azureus/%{name}_%{version}_source.zip
9 # Source0-md5:  372fd6920f490ad3bc696c3ac23b0fb2
10 # Source0-size: 2688856
11 URL:            http://azureus.sourceforge.net/
12 BuildRequires:  SEDA
13 # we need SWT (whatever is it), not whole eclipse...  do we?
14 BuildRequires:  eclipse
15 BuildRequires:  jakarta-commons-cli
16 BuildRequires:  jakarta-log4j
17 BuildRequires:  jdk
18 Requires:       jre
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Azureus provides a BitTorrent protocol implementation using Java
23 language. It offers multiple torrent downloads, queuing/priority
24 systems (on torrents and files), start/stop seeding options and
25 instant access to numerous pieces of information about your torrents.
26 Azureus now features an embedded tracker easily set up and ready to
27 use.
28
29 %description -l pl
30 Azureus dostarcza implementacjê protoko³u BitTorrent napisan± w jêzyku
31 Java. Oferuje ¶ciaganie wielopotokowe, systemy kolejkowania i
32 priorytetów (dla potoków i plików), opcje zatrzymywania i wznawiania
33 oraz bezpo¶redni dostêp do wielu czê¶ci informacji o potokach. Azureus
34 zawiera teraz wbudowany tracker ³atwy do skonfigurowania i u¿ywania.
35
36 %prep
37 %setup -q -c
38
39 %build
40 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %attr(755,root,root) %{_bindir}/*
55 %{_datadir}/%{name}
This page took 0.026016 seconds and 4 git commands to generate.