]> git.pld-linux.org Git - packages/dov4l.git/commitdiff
- NEW
authorsparky <sparky@pld-linux.org>
Wed, 22 Nov 2006 18:44:59 +0000 (18:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dov4l.spec -> 1.1

dov4l.spec [new file with mode: 0644]

diff --git a/dov4l.spec b/dov4l.spec
new file mode 100644 (file)
index 0000000..7a8ffb8
--- /dev/null
@@ -0,0 +1,42 @@
+
+Summary:       Utility for setting V4L parameters
+Name:          dov4l
+Version:       0.9
+Release:       1
+License:       GPL
+Group:         Applications
+Source0:       http://www.vanheusden.com/dov4l/%{name}-%{version}.tgz
+# Source0-md5: b4cdeb5c7ba2769eb3b63a086117cee5
+Patch0:                %{name}-Makefile.patch
+URL:           http://www.vanheusden.com/dov4l/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This console-tool sets parameters of a Video4Linux-device. You can set
+things like picturesize, brightness, contrast, tunerfrequency, etc.
+etc. You can also retrieve a complete list of all current settings.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make} \
+       CC="%{__cc}" \
+       OPTCFLAGS="%{rpmcflags}" \
+       LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+install dov4l $RPM_BUILD_ROOT%{_bindir}
+install dov4l.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/dov4l
+%{_mandir}/man1/dov4l.1*
This page took 0.065023 seconds and 4 git commands to generate.