]> git.pld-linux.org Git - packages/cf.git/blob - cf.spec
aeca795acdddcc3b9fa89fa4f72654d75888d475
[packages/cf.git] / cf.spec
1 Summary:        Console Fucker
2 Name:           cf
3 Version:        0.7.2
4 Release:        1
5 License:        GPL
6 Group:          Applications/System
7 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
8 Source0:        http://glen.alkohol.ee/cf/%{name}-%{version}.tar.bz2
9 # Source0-md5:  503093d7c2b31c8b70aede7bdf1e8afd
10 URL:            http://glen.alkohol.ee/cf/
11 BuildArch:      i386
12 BuildRequires:  ncurses-devel
13
14 %description
15 Console Fucker program allows you 'attach' linux console remotely.
16
17 %clean
18 rm -rf $RPM_BUILD_ROOT
19
20 %prep
21 %setup -q
22
23 %build
24 %{__make}
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT/%{_bindir} $RPM_BUILD_ROOT/%{_sbindir}
29
30 install cf $RPM_BUILD_ROOT/%{_sbindir}
31 ln -s ../sbin/cf $RPM_BUILD_ROOT/%{_bindir}/cdump
32
33 %files
34 %defattr(644,root,root,755)
35 %attr(755,root,root) %{_sbindir}/cf
36 %attr(755,root,root) %{_bindir}/cdump
This page took 0.084194 seconds and 2 git commands to generate.