]> git.pld-linux.org Git - packages/camE.git/blob - camE.spec
- dropped pre-cvs changelog
[packages/camE.git] / camE.spec
1 Summary:        A rewrite of the xawtv webcam app, which adds imlib2 support
2 Summary(pl.UTF-8):      Przepisany z dodaniem wsparcia dla imlib2 program do kamer internetowych xawtv
3 Name:           camE
4 Version:        1.9
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Multimedia
8 Source0:        http://linuxbrit.co.uk/downloads/%{name}-%{version}.tar.gz
9 # Source0-md5:  8bdc049b01cd32088eef8cccf3c096ab
10 URL:            http://linuxbrit.co.uk/camE/
11 BuildRequires:  curl-devel
12 BuildRequires:  freetype1-devel
13 BuildRequires:  giblib-devel
14 BuildRequires:  imlib2-devel
15 BuildRequires:  perl-base
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 camE is a rewrite of the xawtv webcam app, which adds imlib2 support
20 and thus many new possibilities.
21
22 %description -l pl.UTF-8
23 camE jest przepisanym programem do kamer internetowych xawtv, do
24 którego dodano wsparcie dla imlib2, a co za tym idzie, wiele nowych
25 możliwości.
26
27 %prep
28 %setup -q
29
30 %build
31 perl -pi -e 's/-O3 -g -Wall/%{rpmcflags}/' Makefile
32 %{__make} \
33         CC="%{__cc}"
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{_bindir}
38
39 install %{name} $RPM_BUILD_ROOT%{_bindir}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc AUTHORS *.style example.camErc*
47 %attr(755,root,root) %{_bindir}/%{name}
This page took 0.061412 seconds and 3 git commands to generate.