]> git.pld-linux.org Git - packages/cf.git/blob - cf.spec
- ncurses rebuild
[packages/cf.git] / cf.spec
1 Summary:        Console Fucker - attaching to Linux console remotely
2 Summary(pl.UTF-8):      Console Fucker - zdalne podłączanie się do konsoli linuksowej
3 Name:           cf
4 Version:        0.7.4
5 Release:        4
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://glen.alkohol.ee/cf/%{name}-%{version}.tar.bz2
9 # Source0-md5:  33ca5671128a6dd0c5af0e8c14f67c89
10 URL:            http://glen.alkohol.ee/cf/
11 BuildRequires:  ncurses-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Console Fucker program allows you 'attach' Linux console remotely.
16
17 %description -l pl.UTF-8
18 Program Console Fucker pozwala na zdalne podłączanie się do konsoli
19 linuksowej.
20
21 %prep
22 %setup -q
23
24 %build
25 %{__make} \
26         CC="%{__cc}" \
27         OPTFLAGS="%{rpmcflags}"
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}
32
33 install cf $RPM_BUILD_ROOT%{_sbindir}
34 ln -s ../sbin/cf $RPM_BUILD_ROOT%{_bindir}/cdump
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc ChangeLog
42 %attr(755,root,root) %{_sbindir}/cf
43 %attr(755,root,root) %{_bindir}/cdump
This page took 0.06261 seconds and 4 git commands to generate.