]> git.pld-linux.org Git - packages/FileZilla.git/commitdiff
- initial, NFY
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 21 Oct 2007 12:08:05 +0000 (12:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    FileZilla.spec -> 1.1

FileZilla.spec [new file with mode: 0644]

diff --git a/FileZilla.spec b/FileZilla.spec
new file mode 100644 (file)
index 0000000..e55b20e
--- /dev/null
@@ -0,0 +1,54 @@
+Summary:       FTP client for X Window
+Summary(es.UTF-8):     Cliente FTP para el X Window
+Summary(ja.UTF-8):     X Window System 用マルチスレッド FTP クライアント
+Summary(pl.UTF-8):     Klient FTP dla X Window
+Summary(pt_BR.UTF-8):  Cliente FTP para o X Window
+Summary(ru.UTF-8):     FTP клиент для X Window
+Summary(uk.UTF-8):     FTP клієнт для X Window
+Name:          FileZilla
+Version:       3.0.2.1
+Release:       0.1
+License:       GPL
+Group:         X11/Applications/Networking
+Source0:       http://downloads.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
+# Source0-md5: 0182908d3091d19edc511b3a2a6b3e08
+URL:           http://filezilla-project.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gettext-devel
+BuildRequires: wxWidgets-devel >= 2.8.4
+#BuildRequires:        gtk+2-devel >= 1:2.0.0
+#BuildRequires:        openssl-devel >= 0.9.7d
+#BuildRequires:        pkgconfig
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%prep
+%setup -q -n filezilla-%{version}
+
+%build
+#rm -f aclocal.m4 acinclude.m4
+#%{__gettextize}
+#%{__aclocal}
+#%{__autoheader}
+#%{__autoconf}
+#%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+#%find_lang %{name} --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+# -f %{name}.lang
+%defattr(644,root,root,755)
+#%doc
This page took 0.128993 seconds and 4 git commands to generate.