]> git.pld-linux.org Git - packages/ephoto.git/blob - ephoto.spec
- NEW, simple app for slideshows
[packages/ephoto.git] / ephoto.spec
1 %define _snap   20060223
2 Summary:        A professional slideshow creator
3 Name:           ephoto
4 Version:        0.1
5 Release:        0.%{_snap}.1
6 License:        BSD
7 Group:          Applications/Multimedia
8 Source0:        http://sparky.homelinux.org/snaps/enli/e17/proto/%{name}-%{_snap}.tar.bz2
9 # Source0-md5:  a340442715e244243842e500f26480ca
10 URL:            http://enlightenment.org/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  ewl-devel
14 BuildRequires:  libtool
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Ephoto is a professional slideshow creator with audio support.
19
20 %prep
21 %setup -q -n %{name}
22
23 %build
24 %{__libtoolize}
25 %{__aclocal} -I m4
26 %{__autoconf}
27 %{__autoheader}
28 %{__automake}
29 %configure
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc AUTHORS ChangeLog README
44 %attr(755,root,root) %{_bindir}/%{name}
45 %{_datadir}/%{name}
This page took 0.079445 seconds and 3 git commands to generate.