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