]> git.pld-linux.org Git - packages/consd.git/blob - consd.spec
cd7843dfc2f8eaf36ff1fcdda677af845493531b
[packages/consd.git] / consd.spec
1 Summary:        Virtual console management daemon
2 Summary(pl):    Zarz±dca wirtualnych konsol
3 Name:           consd
4 Version:        1.5.2
5 Release:        1
6 License:        GPL
7 Group:          Daemons
8 Source0:        ftp://sunsite.unc.edu/pub/Linux/utils/console/%{name}-%{version}.tgz
9 # Source0-md5:  54268011070aa9a78295762c35346dea
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 Virtual console management daemon - starts and kills gettys as needed
14 (depending on the amount of currently idle gettys). Runs automatically
15 in the background. Can coexist with gettys started by init. There's
16 also a helper daemon that can display what process is running on the
17 current console.
18
19 %description -l pl
20 Jest to program zarz±dzaj±cy wirtualnymi konsolami - uruchamia i
21 zabija getty w razie potrzeby (w zale¿no¶ci od ilo¶ci nieaktywnych
22 getty). Dzia³a automatycznie w tle. Mo¿e wspó³istnieæ z getty
23 uruchomionymi przez inita. Zawiera tak¿e pomocniczego demon, który
24 mo¿e wy¶wietlaæ, jaki proces jest uruchomiony na aktualnej konsoli.
25
26 %prep
27 %setup -q
28
29 %build
30 %{__make} CC="%{__cc}" CFLAGS="%{rpmcflags}"
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
35
36 install consd consinfod $RPM_BUILD_ROOT%{_sbindir}
37 install consd.8 consinfod.8 $RPM_BUILD_ROOT%{_mandir}/man8
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc README
45 %attr(755,root,root) %{_sbindir}/*
46 %{_mandir}/man8/*.8*
This page took 0.056671 seconds and 3 git commands to generate.