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