]> git.pld-linux.org Git - packages/Azureus.git/blob - Azureus.spec
- added BR: unzip
[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 URL:            http://azureus.sourceforge.net/
11 BuildRequires:  someone-who-will-finish-this-spec
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 BuildRequires:  unzip
19 Requires:       jre
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Azureus provides a BitTorrent protocol implementation using Java
24 language. It offers multiple torrent downloads, queuing/priority
25 systems (on torrents and files), start/stop seeding options and
26 instant access to numerous pieces of information about your torrents.
27 Azureus now features an embedded tracker easily set up and ready to
28 use.
29
30 %description -l pl
31 Azureus dostarcza implementacjê protoko³u BitTorrent napisan± w jêzyku
32 Java. Oferuje ¶ciaganie wielopotokowe, systemy kolejkowania i
33 priorytetów (dla potoków i plików), opcje zatrzymywania i wznawiania
34 oraz bezpo¶redni dostêp do wielu czê¶ci informacji o potokach. Azureus
35 zawiera teraz wbudowany tracker ³atwy do skonfigurowania i u¿ywania.
36
37 %prep
38 %setup -q -c
39
40 %build
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %attr(755,root,root) %{_bindir}/*
56 %{_datadir}/%{name}
This page took 0.063587 seconds and 4 git commands to generate.