]> git.pld-linux.org Git - packages/consd.git/blob - consd.spec
- #$%^, now really up to 1.5.3 :/
[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.3
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:  b43753b68b15d3d5a21fa08a76912ca3
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 demona, 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} \
31         CC="%{__cc}" CFLAGS="%{rpmcflags}"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
36
37 install consd consinfod $RPM_BUILD_ROOT%{_sbindir}
38 install consd.8 consinfod.8 $RPM_BUILD_ROOT%{_mandir}/man8
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc README
46 %attr(755,root,root) %{_sbindir}/*
47 %{_mandir}/man8/*.8*
This page took 0.06775 seconds and 3 git commands to generate.