]> git.pld-linux.org Git - packages/FileZilla.git/blob - FileZilla.spec
- initial, NFY
[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.1
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:  autoconf
17 BuildRequires:  automake
18 BuildRequires:  gettext-devel
19 BuildRequires:  wxWidgets-devel >= 2.8.4
20 #BuildRequires: gtk+2-devel >= 1:2.0.0
21 #BuildRequires: openssl-devel >= 0.9.7d
22 #BuildRequires: pkgconfig
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26
27 %prep
28 %setup -q -n filezilla-%{version}
29
30 %build
31 #rm -f aclocal.m4 acinclude.m4
32 #%{__gettextize}
33 #%{__aclocal}
34 #%{__autoheader}
35 #%{__autoconf}
36 #%{__automake}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 #%find_lang %{name} --all-name
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 # -f %{name}.lang
53 %defattr(644,root,root,755)
54 #%doc
This page took 0.103179 seconds and 4 git commands to generate.