]> git.pld-linux.org Git - packages/FileZilla.git/blob - FileZilla.spec
f666585456f17b304750246357bc12b26a8395d2
[packages/FileZilla.git] / FileZilla.spec
1 Summary:        FTP client for X Window
2 Summary(es.UTF-8):      Cliente FTP para el X Window
3 Summary(ja.UTF-8):      X Window System 用マルチスレッド FTP クライアント
4 Summary(pl.UTF-8):      Klient FTP dla X Window
5 Summary(pt_BR.UTF-8):   Cliente FTP para o X Window
6 Summary(ru.UTF-8):      FTP клиент для X Window
7 Summary(uk.UTF-8):      FTP клієнт для X Window
8 Name:           FileZilla
9 Version:        3.0.2.1
10 Release:        0.2
11 License:        GPL
12 Group:          X11/Applications/Networking
13 Source0:        http://downloads.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
14 # Source0-md5:  0182908d3091d19edc511b3a2a6b3e08
15 URL:            http://filezilla-project.org/
16 BuildRequires:  wxGTK2-unicode-devel >= 2.8.4
17 BuildRequires:  wxWidgets-devel >= 2.8.4
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21
22 %prep
23 %setup -q -n filezilla-%{version}
24
25 %build
26 %configure \
27         --with-wx-config=wx-gtk2-unicode-config
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 #%find_lang %{name} --all-name
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 # -f %{name}.lang
43 %defattr(644,root,root,755)
44 #%doc
This page took 0.021177 seconds and 3 git commands to generate.