]> git.pld-linux.org Git - packages/ftpcube.git/commitdiff
- new
authorradek <radek@pld-linux.org>
Sun, 12 Oct 2003 17:06:13 +0000 (17:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ftpcube.spec -> 1.1

ftpcube.spec [new file with mode: 0644]

diff --git a/ftpcube.spec b/ftpcube.spec
new file mode 100644 (file)
index 0000000..1575a49
--- /dev/null
@@ -0,0 +1,48 @@
+Summary:       Multithreaded FTP client for X Window
+Name:          ftpcube
+Version:       0.4.3
+Release:       1
+License:       Artistic for code, GPL v2 for icons
+Group:         X11/Applications/Networking
+Source0:       http://dl.sourceforge.net/ftpcube/ftpcube-0.4.3.tar.gz
+# Source0-md5: 574d207377a24caf6315866d52326672
+URL:           http://ftpcube.sourceforge.net/
+BuildRequires: python
+Requires:      python-wxPython
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+FtpCube is a multi-platform, graphical FTP client written in Python,
+using the wxPython graphical tookit.  FtpCube's interface is based on
+LeechFTP by Jan Debis but its codebase has been developed from scratch
+and includes functionality that surpasses the original LeechFTP.
+
+FtpCube aims to provide a high quality user interface, as well as a rich
+feature set.  The FtpCube project was born out of my search to find a
+good, capable unix FTP client that offered an intuitive and sexy UI.
+Plus, I liked the idea of having an FTP client written in Python.  So,
+voila FtpCube.
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+        --optimize=2 \
+       --prefix=%{_prefix} \
+       --install-scripts=%{_bindir} \
+        --root=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README TODO CHANGELOG
+%attr(755,root,root) %{_bindir}/*
+%{py_sitedir}/libftpcube/
This page took 0.093797 seconds and 4 git commands to generate.