]> git.pld-linux.org Git - packages/fswebcam.git/blame - fswebcam.spec
new, version 20140113
[packages/fswebcam.git] / fswebcam.spec
CommitLineData
d69f6cce
ER
1Summary: Tiny and flexible webcam program
2Name: fswebcam
3Version: 20140113
4Release: 1
5License: GPL v2
6Group: Applications/Graphics
7Source0: http://www.firestorm.cx/fswebcam/files/%{name}-%{version}.tar.gz
8# Source0-md5: 88e654edcf63504fa39f962c75d31361
9URL: http://www.firestorm.cx/fswebcam/
10BuildRequires: gd-devel
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14A tiny and flexible webcam program for capturing images from a
15V4L1/V4L2 device, and overlaying a caption or image.
16
17%prep
18%setup -q
19
20%build
21%configure
22%{__make}
23
24%install
25rm -rf $RPM_BUILD_ROOT
26%{__make} install \
27 INSTALL="install -p" \
28 DESTDIR=$RPM_BUILD_ROOT
29
30%clean
31rm -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.116264 seconds and 4 git commands to generate.