]> git.pld-linux.org Git - packages/cftp.git/blob - cftp.spec
0a01d3aa57101411c507960e84e58294cf11f3cf
[packages/cftp.git] / cftp.spec
1 Summary:        Fullscreen ftp client
2 Summary(pl):    Pe³noekranowy klient ftp
3 Name:           cftp
4 Version:        0.10
5 Release:        1
6 License:        GPL
7 Group:          Applications/Networking
8 Group(de):      Applikationen/Netzwerkwesen
9 Group(pl):      Aplikacje/Sieciowe
10 Source0:        http://ftp.giga.or.at/pub/nih/cftp/%{name}-%{version}.tar.gz
11 Patch0:         %{name}-info.patch
12 Patch1:         %{name}-no_libnsl.patch
13 BuildRequires:  autoconf
14 BuildRequires:  ncurses-devel >= 5.0
15 BuildRequires:  readline-devel >= 4.1
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _sysconfdir     /etc
19
20 %description
21 CFTP is used to transfer files from one computer to another via the
22 FTP protocol.  It's advantages over most standard ftp clients is its
23 fullscreen representation of the remote directory tree, providing a
24 compact overview of the remote server's contents.
25
26 %description -l pl
27 CFTP jest u¿ywany do przesy³ania plików z jednego komputera na inny poprzez
28 protokó³ FTP. Jego zalety ponad innymi klientami ftp to pe³noekranowa
29 reprezentacja drzewa katalogów zdalnego komputera, wsparcie dla IPv6 i inne.
30
31 %prep
32 %setup -q
33 %patch0 -p1
34 %patch1 -p1
35
36 %build
37 autoconf
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install DESTDIR=$RPM_BUILD_ROOT
45
46 gzip -9nf AUTHORS ChangeLog NEWS THANKS TODO
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %post
52 %fix_info_dir
53
54 %postun
55 %fix_info_dir
56
57 %files
58 %defattr(644,root,root,755)
59 %doc *.gz
60 %attr(755,root,root) %{_bindir}/*
61 %{_infodir}/*info*
This page took 0.049395 seconds and 2 git commands to generate.