]> git.pld-linux.org Git - packages/fmtools.git/commitdiff
- initial pld release
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 27 Oct 2002 22:06:55 +0000 (22:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fmtools.spec -> 1.1

fmtools.spec [new file with mode: 0644]

diff --git a/fmtools.spec b/fmtools.spec
new file mode 100644 (file)
index 0000000..1b7eef2
--- /dev/null
@@ -0,0 +1,49 @@
+Summary:       Programs for Video for Linux radio cards
+Name:          fmtools
+Version:       0.99.1
+Release:       1
+License:       GPL
+Group:         Applications
+Source0:       http://www.exploits.org/v4l/fmtools/%{name}-%{version}.tar.gz
+URL:           http://www.exploits.org/v4l/fmtools/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: avifile-devel
+BuildRequires: libstdc++-devel
+Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+fmtools consists of two "tools" - a tuner called "fm" and a band
+scanner called "fmscan".
+
+fm handles basic on/off, tuning, and volume changes for v4l radio
+cards. There is also a quiet mode to allow it to run inside IRC
+scripts and other programs without disrupting the display.
+
+fmscan will by default scan from 87.9 to 107.9 MHz in 0.2 MHz
+increments looking for stations that have an average signal strength
+of 50% or greater. VCR is a program which enables you to record a
+program using a video
+
+%prep
+%setup -q
+
+%build
+%{__make} CC=%{__cc} CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+install fm fmscan $RPM_BUILD_ROOT%{_bindir}
+install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README CHANGES
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.072666 seconds and 4 git commands to generate.