SPECS: euphoria.spec (NEW) - NEW - EFL media player written in rub...

sparky sparky at pld-linux.org
Sun Jul 10 01:28:13 CEST 2005


Author: sparky                       Date: Sat Jul  9 23:28:13 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- NEW - EFL media player written in ruby
- status: biulds, will not work as there are missing requires

---- Files affected:
SPECS:
   euphoria.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/euphoria.spec
diff -u /dev/null SPECS/euphoria.spec:1.1
--- /dev/null	Sun Jul 10 01:28:13 2005
+++ SPECS/euphoria.spec	Sun Jul 10 01:28:08 2005
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+Summary:	EFL media player written in ruby
+Name:		euphoria
+Version:	0.8.0
+%define	_snap	20050708
+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:	19adcb18e092ebded5e3f81ded3f8061
+URL:		http://enlightenment.org/
+BuildRequires:	edje-devel
+BuildRequires:	rake
+BuildRequires:	ruby-EFL
+Requires:	esmart
+Requires:	xmms2
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define	_rubylibdir	%(ruby -r rbconfig -e 'print Config::CONFIG["sitelibdir"]')
+
+%description
+EFL media player written in ruby.
+
+%prep
+%setup -q -n %{name}
+
+%build
+rake
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+DESTDIR=$RPM_BUILD_ROOT
+PREFIX=%{_usr}
+RUBYLIBDIR=%{_rubylibdir}
+export DESTDIR PREFIX RUBYLIBDIR
+rake install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog COPYING README TODO
+%attr(755,root,root) %{_bindir}/%{name}
+%{_datadir}/%{name}
+%{_rubylibdir}/%{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 23:28:08  sparky
+- NEW - EFL media player written in ruby
+- status: biulds, will not work as there are missing requires
+
================================================================



More information about the pld-cvs-commit mailing list