[packages/fswebcam] new, version 20140113

glen glen at pld-linux.org
Sun Jun 14 14:15:46 CEST 2015


commit d69f6ccec1d382b5cd342baede9d0f621a84d9de
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Jun 14 15:15:16 2015 +0300

    new, version 20140113
    
    based on fedora package, 6f6c8e5

 fswebcam.spec | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
---
diff --git a/fswebcam.spec b/fswebcam.spec
new file mode 100644
index 0000000..8ae80a0
--- /dev/null
+++ b/fswebcam.spec
@@ -0,0 +1,37 @@
+Summary:	Tiny and flexible webcam program
+Name:		fswebcam
+Version:	20140113
+Release:	1
+License:	GPL v2
+Group:		Applications/Graphics
+Source0:	http://www.firestorm.cx/fswebcam/files/%{name}-%{version}.tar.gz
+# Source0-md5:	88e654edcf63504fa39f962c75d31361
+URL:		http://www.firestorm.cx/fswebcam/
+BuildRequires:	gd-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A tiny and flexible webcam program for capturing images from a
+V4L1/V4L2 device, and overlaying a caption or image.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	INSTALL="install -p" \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG README LICENSE example.conf
+%attr(755,root,root) %{_bindir}/fswebcam
+%{_mandir}/man1/fswebcam.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fswebcam.git/commitdiff/d69f6ccec1d382b5cd342baede9d0f621a84d9de



More information about the pld-cvs-commit mailing list