]> git.pld-linux.org Git - packages/elation.git/commitdiff
- NEW
authorsparky <sparky@pld-linux.org>
Sat, 9 Jul 2005 23:37:15 +0000 (23:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- status: builds, works but totally unstable, and sigfaults

Changed files:
    elation.spec -> 1.1

elation.spec [new file with mode: 0644]

diff --git a/elation.spec b/elation.spec
new file mode 100644 (file)
index 0000000..a0d6fac
--- /dev/null
@@ -0,0 +1,50 @@
+Summary:       DVR-like media player
+Name:          elation
+Version:       0.0.1.001
+%define        _snap   20050701
+Release:       0.%{_snap}.0.1
+License:       BSD
+Group:         X11/Applications
+#Source0:      http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
+Source0:       ftp://ftp.sparky.homelinux.org/snaps/enli/e17/apps/%{name}-%{_snap}.tar.gz
+# Source0-md5: f24d1a01e2ca6d258abc04e198f07aab
+URL:           http://enlightenment.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: ecore-devel
+BuildRequires: embryo-devel
+BuildRequires: emotion-devel
+BuildRequires: libtool
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Elation is a DVR-like media player.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       --disable-static
+%{__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 COPYING README
+%attr(755,root,root) %{_bindir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/*.so
+%{_datadir}/%{name}
This page took 0.061962 seconds and 4 git commands to generate.