]> git.pld-linux.org Git - packages/fmtools.git/blob - fmtools.spec
- initial pld release
[packages/fmtools.git] / fmtools.spec
1 Summary:        Programs for Video for Linux radio cards
2 Name:           fmtools
3 Version:        0.99.1
4 Release:        1
5 License:        GPL
6 Group:          Applications
7 Source0:        http://www.exploits.org/v4l/fmtools/%{name}-%{version}.tar.gz
8 URL:            http://www.exploits.org/v4l/fmtools/
9 BuildRequires:  autoconf
10 BuildRequires:  automake
11 BuildRequires:  avifile-devel
12 BuildRequires:  libstdc++-devel
13 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 fmtools consists of two "tools" - a tuner called "fm" and a band
17 scanner called "fmscan".
18
19 fm handles basic on/off, tuning, and volume changes for v4l radio
20 cards. There is also a quiet mode to allow it to run inside IRC
21 scripts and other programs without disrupting the display.
22
23 fmscan will by default scan from 87.9 to 107.9 MHz in 0.2 MHz
24 increments looking for stations that have an average signal strength
25 of 50% or greater. VCR is a program which enables you to record a
26 program using a video
27
28 %prep
29 %setup -q
30
31 %build
32 %{__make} CC=%{__cc} CFLAGS="%{rpmcflags}"
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
38
39 install fm fmscan $RPM_BUILD_ROOT%{_bindir}
40 install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc README CHANGES
48 %attr(755,root,root) %{_bindir}/*
49 %{_mandir}/man1/*
This page took 0.08938 seconds and 4 git commands to generate.