]> git.pld-linux.org Git - packages/audio-entropyd.git/blob - audio-entropyd.spec
- new
[packages/audio-entropyd.git] / audio-entropyd.spec
1 Summary:        Audio-entropyd generates entropy-data for the /dev/random device
2 #Summary(pl):   
3 Name:           audio-entropyd
4 Version:        0.0.6
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://www.vanheusden.com/aed/%{name}-%{version}.tgz
9 # Source0-md5:  ef014b233c08a0f6eb12d2a75c3041b9
10 Patch0:         %{name}-ncurses.patch
11 URL:            http://www.vanheusden.com/aed/
12 #BuildRequires: ncurses-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 **** This is an alpha release intended for peer review.
20 **** DO NOT use this on a production server.
21
22 #%description -l pl
23 # TODO
24
25 %prep
26 %setup -q
27 %patch0 -p0
28
29 %build
30 %{__make} \
31         CFLAGS="%{rpmcflags} -DVERSION=\"\$(VERSION)\""
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_sbindir}
36
37 install audio-entropyd $RPM_BUILD_ROOT%{_sbindir}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc README* TODO
45 %attr(755,root,root) %{_sbindir}/*
This page took 0.063189 seconds and 4 git commands to generate.