]> git.pld-linux.org Git - packages/audio-entropyd.git/blob - audio-entropyd.spec
- dropped alpha warning from descriptions
[packages/audio-entropyd.git] / audio-entropyd.spec
1 # TODO: init script
2 Summary:        Audio-entropyd - generating entropy-data for the /dev/random device
3 Summary(pl.UTF-8):      Audio-entropyd - generowanie danych entropii dla urządzenia /dev/random
4 Name:           audio-entropyd
5 Version:        2.0.3
6 Release:        1
7 License:        GPL v2
8 Group:          Applications/System
9 Source0:        http://www.vanheusden.com/aed/%{name}-%{version}.tgz
10 # Source0-md5:  44d355a0e61b6f291922fe99462d47e8
11 URL:            http://www.vanheusden.com/aed/
12 BuildRequires:  alsa-lib-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 This is a small program to reseed the Linux kernel random number
17 generator with data from soundcard.
18
19 %description -l pl.UTF-8
20 Jest to mały program karmiący generator liczb losowych w jądrze
21 Linuksa danymi z karty dźwiękowej.
22
23 %prep
24 %setup -q
25
26 %build
27 %{__make} \
28         CC="%{__cc}" \
29         OPT_FLAGS="%{rpmcflags} -ffast-math" \
30         LFLAGS="%{rpmldflags} -lm -lasound"
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_sbindir}
35
36 install audio-entropyd $RPM_BUILD_ROOT%{_sbindir}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc README TODO
44 %attr(755,root,root) %{_sbindir}/audio-entropyd
This page took 0.082671 seconds and 3 git commands to generate.