]> git.pld-linux.org Git - packages/fmtools.git/blob - fmtools.spec
- quote CC, cosmetics
[packages/fmtools.git] / fmtools.spec
1 Summary:        Programs for Video for Linux radio cards
2 Summary(pl):    Programy do kart radiowych zgodnych z Video for Linux
3 Name:           fmtools
4 Version:        0.99.1
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://www.exploits.org/v4l/fmtools/%{name}-%{version}.tar.gz
9 # Source0-md5:  6093f8a69ab51a056e3e1ae9ee6d6b0f
10 URL:            http://www.exploits.org/v4l/fmtools/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  avifile-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 fmtools consists of two "tools" - a tuner called "fm" and a band
18 scanner called "fmscan".
19
20 fm handles basic on/off, tuning, and volume changes for v4l radio
21 cards. There is also a quiet mode to allow it to run inside IRC
22 scripts and other programs without disrupting the display.
23
24 fmscan will by default scan from 87.9 to 107.9 MHz in 0.2 MHz
25 increments looking for stations that have an average signal strength
26 of 50% or greater.
27
28 %description -l pl
29 fmtools sk³ada siê z dwóch narzêdzi - tunera o nazwie "fm" oraz
30 skanera pasma o nazwie "fmscan".
31
32 fm obs³uguje podstawowe funkcje kart radiowych v4l: w³±czanie,
33 wy³±czanie, strojenie i zmianê g³o¶no¶ci. Jest tak¿e tryb cichy, który
34 pozwala na uruchamianie ze skryptów IRC i innych programów bez
35 zak³ócania obrazu.
36
37 fmscan domy¶lnie przeszukuje zakres czêstotliwo¶ci 87.9 do 107.9 MHz w
38 krokach co 0.2 MHz w poszukiwaniu stacji o ¶redniej mocy sygna³u 50%
39 lub wiêcej.
40
41 %prep
42 %setup -q
43
44 %build
45 %{__make} \
46         CC="%{__cc}" \
47         CFLAGS="%{rpmcflags}"
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
53
54 install fm fmscan $RPM_BUILD_ROOT%{_bindir}
55 install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc README CHANGES
63 %attr(755,root,root) %{_bindir}/*
64 %{_mandir}/man1/*
This page took 0.058202 seconds and 4 git commands to generate.