]> git.pld-linux.org Git - packages/elation.git/blob - elation.spec
- NEW
[packages/elation.git] / elation.spec
1 Summary:        DVR-like media player
2 Name:           elation
3 Version:        0.0.1.001
4 %define _snap   20050701
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/e17/apps/%{name}-%{_snap}.tar.gz
10 # Source0-md5:  f24d1a01e2ca6d258abc04e198f07aab
11 URL:            http://enlightenment.org/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  ecore-devel
15 BuildRequires:  embryo-devel
16 BuildRequires:  emotion-devel
17 BuildRequires:  libtool
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Elation is a DVR-like media player.
22
23 %prep
24 %setup -q -n %{name}
25
26 %build
27 %{__libtoolize}
28 %{__aclocal} -I m4
29 %{__autoconf}
30 %{__autoheader}
31 %{__automake}
32 %configure \
33         --disable-static
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS COPYING README
48 %attr(755,root,root) %{_bindir}/%{name}
49 %attr(755,root,root) %{_libdir}/%{name}/*.so
50 %{_datadir}/%{name}
This page took 0.106 seconds and 4 git commands to generate.