]> git.pld-linux.org Git - packages/cftp.git/commitdiff
new fullscreen/console ftp client with ipv6 support
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 15 Dec 2000 08:46:42 +0000 (08:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cftp.spec -> 1.1

cftp.spec [new file with mode: 0644]

diff --git a/cftp.spec b/cftp.spec
new file mode 100644 (file)
index 0000000..b781b7d
--- /dev/null
+++ b/cftp.spec
@@ -0,0 +1,56 @@
+Summary:       Fullscreen ftp client
+Summary(pl):   Pe³noekranowy klient ftp
+Name:          cftp
+Version:       0.10
+Release:       1
+License:       GPL
+Group:         Applications/Networking
+Group(de):     Applikationen/Netzwerkwesen
+Group(pl):     Aplikacje/Sieciowe
+Source0:       http://ftp.giga.or.at/pub/nih/cftp/%{name}-%{version}.tar.gz
+BuildRequires: ncurses-devel >= 5.0
+BuildRequires: readline-devel >= 4.1
+BuildRequires: gettext-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _sysconfdir     /etc
+
+%description
+CFTP is used to transfer files from one computer to another via the
+FTP protocol.  It's advantages over most standard ftp clients is its
+fullscreen representation of the remote directory tree, providing a
+compact overview of the remote server's contents.
+
+%description -l pl
+CFTP jest u¿ywany do przesy³ania plików z jednego komputera na inny poprzez
+protokó³ FTP. Jego zalety ponad innymi klientami ftp to pe³noekranowa
+reprezentacja drzewa katalogów zdalnego komputera, wsparcie dla IPv6 i inne.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf AUTHORS ChangeLog NEWS THANKS TODO
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+
+%postun
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%{_infodir}/*info*
+%attr(755,root,root) %{_bindir}/*
This page took 0.037918 seconds and 4 git commands to generate.