]> git.pld-linux.org Git - packages/aria.git/blob - aria.spec
ae94e965e9f3dc25314624203e2b65c7198932ef
[packages/aria.git] / aria.spec
1 Summary:        Download tool similar to Reget or GetRight
2 Summary(pl):    Narzêdzie do pobierania plików podobne do GetRighta
3 Name:           aria
4 Version:        0.9.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Group(de):      X11/Applikationen/Netzwerkwesen
9 Group(pl):      X11/Aplikacje/Sieciowe
10 Source0:        http://rabien.virtualave.net/linux/storage/sources/%{name}-%{version}.tar.bz2
11 Patch0:         %{name}-am_lt.patch
12 URL:            http://aria.rednoah.com/
13 BuildRequires:  glib-devel >= 1.2.6
14 BuildRequires:  gtk+-devel >= 1.2.6
15 BuildRequires:  XFree86-devel
16 BuildRequires:  libstdc++-devel
17 BuildRequires:  gettext-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _prefix         /usr/X11R6
21
22 %description
23 Aria is a download tool similar to Reget or GetRight. It downloads
24 files from Internet via HTTP or FTP. The transfer can be paused,
25 resumed, queued and saved. It has very friendy GTK based GUI, and
26 useful log consoles.Program supports CRC checking, HTTP proxy server,
27 cut-and-paste, drag-and-drop, and can define specific file retrieving
28 procedure for particular web servers.
29
30 %description -l pl
31 Aria jest narzêdziem do pobierania plików podobnym do Reget lub
32 GetRight. Aria pobiera pliki z Internetu poprzez HTTP lub FTP.
33 Transfer mo¿e byæ wstrzymany, wznowiony, zakolejkowany i zapisany.
34 Program ma przyjazny interfejs u¿ytkownika bazuj±cy na GTK oraz
35 u¿yteczne logi. Program wspiera sprawdzanie sum CRC, obs³ugê HTTP
36 proxy, skopiuj-i-wklej, przeci±gnij-i-upu¶æ oraz umo¿liwia definiowane
37 specjalnych zachowañ przy pobieraniu plików z okre¶lonych serwerów.
38
39 %prep
40 %setup -q
41 %patch0 -p1
42
43 %build
44 gettextize --copy --force
45 libtoolize --copy --force
46 aclocal
47 automake -a -c
48 autoconf
49 %configure
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 gzip -9nf AUTHORS ChangeLog README TODO
59
60 %find_lang %{name} --with-gnome --all-name 
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files -f %{name}.lang
66 %defattr(644,root,root,755)
67 %doc *.gz
68 %attr(755,root,root) %{_bindir}/*
This page took 0.05362 seconds and 2 git commands to generate.