]> git.pld-linux.org Git - packages/ephoto.git/commitdiff
- NEW, simple app for slideshows
authorsparky <sparky@pld-linux.org>
Fri, 24 Feb 2006 23:22:42 +0000 (23:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ephoto.spec -> 1.1

ephoto.spec [new file with mode: 0644]

diff --git a/ephoto.spec b/ephoto.spec
new file mode 100644 (file)
index 0000000..324e1d3
--- /dev/null
@@ -0,0 +1,45 @@
+%define        _snap   20060223
+Summary:       A professional slideshow creator
+Name:          ephoto
+Version:       0.1
+Release:       0.%{_snap}.1
+License:       BSD
+Group:         Applications/Multimedia
+Source0:       http://sparky.homelinux.org/snaps/enli/e17/proto/%{name}-%{_snap}.tar.bz2
+# Source0-md5: a340442715e244243842e500f26480ca
+URL:           http://enlightenment.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: ewl-devel
+BuildRequires: libtool
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Ephoto is a professional slideshow creator with audio support.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_bindir}/%{name}
+%{_datadir}/%{name}
This page took 0.095342 seconds and 4 git commands to generate.