]> git.pld-linux.org Git - packages/beep.git/blob - beep.spec
- massive attack: source-md5
[packages/beep.git] / beep.spec
1 Summary:        Beeps the PC speaker controlling frequency, duration, repetitions, etc.
2 Summary(pl):    Piszczy na g³o¶niczku PC kontroluj±c czêstotliwo¶æ, d³ugo¶æ, powtórzenia itp.
3 Name:           beep
4 Version:        1.2.2
5 Release:        1
6 License:        GPL
7 Group:          Applications/Sound
8 Source0:        http://www.johnath.com/beep/%{name}-%{version}.tar.gz
9 # Source0-md5:  d541419fd7e5642952d7b48cbb40c712
10 URL:            http://johnath.com/beep/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 beep does what you'd expect: it beeps. But unlike printf("\a"), beep
15 allows you to control pitch, duration, and repetitions. Its job is to
16 live inside shell/perl scripts and allow more granularity than one has
17 otherwise. It is controlled completely through command line options.
18 It's not supposed to be complex, and it isn't - but it makes system
19 monitoring (or whatever else it gets hacked onto) that much more
20 informative.
21
22 %description -l pl
23 beep robi to, czego mo¿na siê spodziewaæ: piszczy. Ale w
24 przeciwieñstwie do printf("\a"), pozwala kontrolowaæ wysoko¶æ d¼wiêku,
25 czas trwania i powtórzenia. Jego zadaniem jest ¿yæ w skryptach Perla
26 lub pow³oki i pozwalaæ na wiêcej, ni¿ mo¿na zrobiæ bez niego.
27 Programem w ca³o¶ci steruje siê z linii poleceñ. Nie ma on byæ
28 skomplikowany - ale pozwala na bardziej informacyjne monitorowanie
29 systemu (czy cokolwiek, do czego zostanie u¿yty).
30
31 %prep
32 %setup -q
33
34 %build
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
40
41 install beep $RPM_BUILD_ROOT%{_bindir}
42 gzip -dc beep.1.gz > $RPM_BUILD_ROOT%{_mandir}/man1/beep.1
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %attr(755,root,root) %{_bindir}/*
50 %{_mandir}/man*/*
This page took 0.047062 seconds and 3 git commands to generate.