]> git.pld-linux.org Git - packages/dov4l.git/blame - dov4l.spec
- NEW
[packages/dov4l.git] / dov4l.spec
CommitLineData
f78e104e 1
2Summary: Utility for setting V4L parameters
3Name: dov4l
4Version: 0.9
5Release: 1
6License: GPL
7Group: Applications
8Source0: http://www.vanheusden.com/dov4l/%{name}-%{version}.tgz
9# Source0-md5: b4cdeb5c7ba2769eb3b63a086117cee5
10Patch0: %{name}-Makefile.patch
11URL: http://www.vanheusden.com/dov4l/
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15This console-tool sets parameters of a Video4Linux-device. You can set
16things like picturesize, brightness, contrast, tunerfrequency, etc.
17etc. You can also retrieve a complete list of all current settings.
18
19%prep
20%setup -q
21%patch0 -p1
22
23%build
24%{__make} \
25 CC="%{__cc}" \
26 OPTCFLAGS="%{rpmcflags}" \
27 LDFLAGS="%{rpmldflags}"
28
29%install
30rm -rf $RPM_BUILD_ROOT
31install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
32
33install dov4l $RPM_BUILD_ROOT%{_bindir}
34install dov4l.1 $RPM_BUILD_ROOT%{_mandir}/man1
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(644,root,root,755)
41%attr(755,root,root) %{_bindir}/dov4l
42%{_mandir}/man1/dov4l.1*
This page took 0.282942 seconds and 4 git commands to generate.