]> git.pld-linux.org Git - packages/audio-entropyd.git/commitdiff
- new
authorradek <radek@pld-linux.org>
Sat, 1 Jan 2005 13:32:46 +0000 (13:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audio-entropyd.spec -> 1.1

audio-entropyd.spec [new file with mode: 0644]

diff --git a/audio-entropyd.spec b/audio-entropyd.spec
new file mode 100644 (file)
index 0000000..702db7d
--- /dev/null
@@ -0,0 +1,45 @@
+Summary:       Audio-entropyd generates entropy-data for the /dev/random device
+#Summary(pl):  
+Name:          audio-entropyd
+Version:       0.0.6
+Release:       1
+License:       GPL v2
+Group:         Applications/System
+Source0:       http://www.vanheusden.com/aed/%{name}-%{version}.tgz
+# Source0-md5: ef014b233c08a0f6eb12d2a75c3041b9
+Patch0:                %{name}-ncurses.patch
+URL:           http://www.vanheusden.com/aed/
+#BuildRequires:        ncurses-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a small program to reseed the Linux kernel random number
+generator with data from soundcard.
+
+**** This is an alpha release intended for peer review.
+**** DO NOT use this on a production server.
+
+#%description -l pl
+# TODO
+
+%prep
+%setup -q
+%patch0 -p0
+
+%build
+%{__make} \
+       CFLAGS="%{rpmcflags} -DVERSION=\"\$(VERSION)\""
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+
+install audio-entropyd $RPM_BUILD_ROOT%{_sbindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README* TODO
+%attr(755,root,root) %{_sbindir}/*
This page took 0.073001 seconds and 4 git commands to generate.