]> git.pld-linux.org Git - packages/fswebcam.git/blob - fswebcam.spec
new, version 20140113
[packages/fswebcam.git] / fswebcam.spec
1 Summary:        Tiny and flexible webcam program
2 Name:           fswebcam
3 Version:        20140113
4 Release:        1
5 License:        GPL v2
6 Group:          Applications/Graphics
7 Source0:        http://www.firestorm.cx/fswebcam/files/%{name}-%{version}.tar.gz
8 # Source0-md5:  88e654edcf63504fa39f962c75d31361
9 URL:            http://www.firestorm.cx/fswebcam/
10 BuildRequires:  gd-devel
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 A tiny and flexible webcam program for capturing images from a
15 V4L1/V4L2 device, and overlaying a caption or image.
16
17 %prep
18 %setup -q
19
20 %build
21 %configure
22 %{__make}
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 %{__make} install \
27         INSTALL="install -p" \
28         DESTDIR=$RPM_BUILD_ROOT
29
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
35 %doc CHANGELOG README LICENSE example.conf
36 %attr(755,root,root) %{_bindir}/fswebcam
37 %{_mandir}/man1/fswebcam.1*
This page took 0.084013 seconds and 3 git commands to generate.