SPECS: eclair.spec (NEW) - NEW - nice and small media player - sta...
sparky
sparky at pld-linux.org
Sat Jul 9 23:26:52 CEST 2005
Author: sparky Date: Sat Jul 9 21:26:52 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- NEW - nice and small media player
- status: builds, works almost stable
---- Files affected:
SPECS:
eclair.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/eclair.spec
diff -u /dev/null SPECS/eclair.spec:1.1
--- /dev/null Sat Jul 9 23:26:52 2005
+++ SPECS/eclair.spec Sat Jul 9 23:26:47 2005
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+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}
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/07/09 21:26:47 sparky
+- NEW - nice and small media player
+- status: builds, works almost stable
+
================================================================
More information about the pld-cvs-commit
mailing list