]> git.pld-linux.org Git - packages/eclips.git/blob - eclips.spec
- NEW - slideshow / webcam viewer
[packages/eclips.git] / eclips.spec
1 Summary:        EFL based image viewer
2 Name:           eclips
3 Version:        0.0.4
4 %define _snap   20050702
5 Release:        0.%{_snap}.0.1
6 License:        BSD
7 Group:          X11/Applications
8 #Source0:       http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
9 Source0:        ftp://ftp.sparky.homelinux.org/snaps/enli/misc/%{name}-%{_snap}.tar.gz
10 # Source0-md5:  14402490ec8f362e349c02c60a8723ac
11 URL:            http://enlightenment.org/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  curl-devel
15 BuildRequires:  etox-devel
16 BuildRequires:  libtool
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 eclips is an image viewr based on Ecore, Evas and Imlib2. It is designed to
21 do one thing and one thing only; display refreshing slideshows or single
22 images (webcams) while providing variable desktop translucency to blend
23 easily into the background. Eclips is specialized in cool effects like
24 fading in and out when changing images, keeping constant background
25 transparency to provide three or more visual layers, and many more.
26
27 %prep
28 %setup -q -n %{name}
29
30 %build
31 %{__libtoolize}
32 %{__aclocal}
33 %{__autoconf}
34 %{__autoheader}
35 %{__automake}
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS COPYING README
51 %attr(755,root,root) %{_bindir}/%{name}
52 %{_datadir}/%{name}
This page took 0.051346 seconds and 3 git commands to generate.