]> git.pld-linux.org Git - packages/eclair.git/commitdiff
- NEW - nice and small media player
authorsparky <sparky@pld-linux.org>
Sat, 9 Jul 2005 21:26:47 +0000 (21:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- status: builds, works almost stable

Changed files:
    eclair.spec -> 1.1

eclair.spec [new file with mode: 0644]

diff --git a/eclair.spec b/eclair.spec
new file mode 100644 (file)
index 0000000..c628a3a
--- /dev/null
@@ -0,0 +1,59 @@
+Summary:       EFL media player
+Name:          eclair
+Version:       0.0.1
+%define        _snap   20050707
+Release:       0.%{_snap}.0.1
+License:       GPL v2
+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: 610022a6acc857630375c2faf5d4bc85
+URL:           http://enlightenment.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: esmart-devel
+BuildRequires: gtk+2-devel
+BuildRequires: libglade2-devel
+BuildRequires: libtool
+BuildRequires: libxml2-devel
+BuildRequires: sqlite3-devel
+Requires:      fonts-TTF-bitstream-vera
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+EFL media player.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+cd $RPM_BUILD_ROOT%{_datadir}/%{name}/fonts
+VERA=$(ls Vera*.ttf)
+for FONT in $VERA; do
+       rm -f $FONT
+       ln -s %{_fontsdir}/TTF/$FONT .
+done
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README TODO
+%attr(755,root,root) %{_bindir}/%{name}
+%attr(755,root,root) %{_bindir}/%{name}_wsz2edj
+%{_datadir}/%{name}
This page took 0.080787 seconds and 4 git commands to generate.