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