]> git.pld-linux.org Git - packages/dvbtune.git/blob - dvbtune.spec
a63348e6b56f8e4b922bf141d83ea6078b5ad205
[packages/dvbtune.git] / dvbtune.spec
1 Summary:        Tuning application for DVB cards
2 Name:           dvbtune
3 Version:        0.5
4 Release:        1
5 License:        GPL v2+
6 Group:          Networking
7 Source0:        http://downloads.sourceforge.net/dvbtools/%{name}-%{version}.tar.gz
8 # Source0-md5:  5212564c786f2538db753214e0e21473
9 URL:            http://dvbtools.sourceforge.net/
10 BuildRequires:  libxml2-devel
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Simple tuning application for DVB cards.
15
16 %prep
17 %setup -q
18
19 %build
20 %{__make} %{name} xml2vdr \
21         CFLAGS="%{rpmcflags} -I%{_includedir}/libxml2 -DNEWSTRUCT"
22
23 %install
24 rm -rf $RPM_BUILD_ROOT
25 install -d $RPM_BUILD_ROOT%{_bindir}
26
27 install %{name} xml2vdr $RPM_BUILD_ROOT%{_bindir}
28
29 %clean
30 rm -rf $RPM_BUILD_ROOT
31
32 %files
33 %defattr(644,root,root,755)
34 %doc scripts README
35 %attr(755,root,root) %{_bindir}/%{name}
36 %attr(755,root,root) %{_bindir}/xml2vdr
This page took 0.033993 seconds and 2 git commands to generate.