]> git.pld-linux.org Git - packages/w_scan.git/blob - w_scan.spec
9ceaac7653674a32df24b8c2a41847bc01a8ceb5
[packages/w_scan.git] / w_scan.spec
1 Summary:        Simple DVB-T/C tuner scan tool
2 Summary(pl.UTF-8):      Niewielkie narzędzie do strojenia tunerów DVB-T/C
3 Name:           w_scan
4 Version:        20110702
5 Release:        1
6 License:        GPL2
7 Group:          Applications
8 Source0:        http://wirbel.htpc-forum.de/w_scan/w_scan-20110702.tar.bz2
9 # Source0-md5:  f87c11214b61e413609a5886d3f538ed
10 URL:            http://wirbel.htpc-forum.de/w_scan/index2.html
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Small channel scan tool which generates DVB-T and DVB-C channels.conf
15 files. It's 90% "scan" from linuxtv-dvb-apps version 1.1.0, with some
16 differences:
17 - no initial tuning data needed,
18 - it works *only* for cable and terrestrial DVB/ATSC,
19 - it detects automatically which DVB/ATSC card to use.
20
21 %description -l pl.UTF-8
22 Małe narzędzie do wyszukiwania kanałów i generujące plik channels.conf
23 dla telewizji cyfrowej DVB-T oraz DVB-C. Ten program to w 90% "scan"
24 z pakietu linuxtv-dvb-apps w wersji 1.1.0, z pewnymi różnicami:
25 - nie są potrzebne wartości inicjujące strojenie,
26 - działa *tylko* dla kablowej i naziemnej telewizji DVB/ATSC,
27 - automatycznie wykrywa które urządzenie DVB/ATSC użyć.
28
29 %prep
30 %setup -q
31
32 %build
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 install -d $RPM_BUILD_ROOT%{_bindir}
40 install %{name} $RPM_BUILD_ROOT%{_bindir}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc README
48 %attr(755,root,root) %{_bindir}/*
This page took 0.037279 seconds and 2 git commands to generate.