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