]> git.pld-linux.org Git - packages/cf.git/blob - cf.spec
9f6eee188fe4d6bc0a281157b0736f9aa01b1160
[packages/cf.git] / cf.spec
1 Summary:        Console Fucker - attaching to Linux console remotely
2 Summary(pl):    Console Fucker - zdalne pod³±czanie siê do konsoli linuksowej
3 Name:           cf
4 Version:        0.7.3
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://glen.alkohol.ee/cf/%{name}-%{version}.tar.bz2
9 # Source0-md5:  bfd46f823894de1cfd02e310f246c9e3
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
18 Program Console Fucker pozwala na zdalne pod³±czanie siê do konsoli
19 linuksowej.
20
21 %clean
22 rm -rf $RPM_BUILD_ROOT
23
24 %prep
25 %setup -q
26
27 %build
28 %{__make} \
29         CC="%{__cc}" \
30         OPTFLAGS="%{rpmcflags}"
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}
35
36 install cf $RPM_BUILD_ROOT%{_sbindir}
37 ln -s ../sbin/cf $RPM_BUILD_ROOT%{_bindir}/cdump
38
39 %files
40 %defattr(644,root,root,755)
41 %attr(755,root,root) %{_sbindir}/cf
42 %attr(755,root,root) %{_bindir}/cdump
This page took 0.108164 seconds and 2 git commands to generate.