]> git.pld-linux.org Git - packages/cftp.git/blob - cftp.spec
b781b7d0ed40189c621a2e184083027b2aad10df
[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 BuildRequires:  ncurses-devel >= 5.0
12 BuildRequires:  readline-devel >= 4.1
13 BuildRequires:  gettext-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _sysconfdir     /etc
17
18 %description
19 CFTP is used to transfer files from one computer to another via the
20 FTP protocol.  It's advantages over most standard ftp clients is its
21 fullscreen representation of the remote directory tree, providing a
22 compact overview of the remote server's contents.
23
24 %description -l pl
25 CFTP jest u¿ywany do przesy³ania plików z jednego komputera na inny poprzez
26 protokó³ FTP. Jego zalety ponad innymi klientami ftp to pe³noekranowa
27 reprezentacja drzewa katalogów zdalnego komputera, wsparcie dla IPv6 i inne.
28
29 %prep
30 %setup -q
31
32 %build
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install DESTDIR=$RPM_BUILD_ROOT
40
41 gzip -9nf AUTHORS ChangeLog NEWS THANKS TODO
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %post
47 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
48
49 %postun
50 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
51
52 %files
53 %defattr(644,root,root,755)
54 %doc *.gz
55 %{_infodir}/*info*
56 %attr(755,root,root) %{_bindir}/*
This page took 0.070549 seconds and 2 git commands to generate.