SPECS: alky.spec (NEW) - new, linux not yet there
glen
glen at pld-linux.org
Mon Jun 19 01:41:44 CEST 2006
Author: glen Date: Sun Jun 18 23:41:44 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new, linux not yet there
---- Files affected:
SPECS:
alky.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/alky.spec
diff -u /dev/null SPECS/alky.spec:1.1
--- /dev/null Mon Jun 19 01:41:44 2006
+++ SPECS/alky.spec Mon Jun 19 01:41:38 2006
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+%define _snap 20060619
+%define _rev 28
+%define _rel 0.1
+Summary: alky
+Name: alky
+Version: 0
+Release: 0.1
+License: LGPL
+Group: Libraries
+Source0: %{name}-%{_snap}.%{_rev}.tar.bz2
+# Source0-md5: fae86cf47c03718c6b9a3ef875718404
+URL: http://www.alkyproject.com/
+ExclusiveOs: MacOSX Linux
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Alky (pronounced "AL-KEE") is a tool that allows you to convert a
+Windows executable to a Mac OS X or Linux binary. We are focused on
+high-end gaming at the moment, though we will support other
+applications in the future. Our binary translation layer is already
+working fully for OS X and Linux support is in progress. Of course,
+Windows applications use a very different set of libraries from Linux
+or OS X applications so we are also working on a library called
+LibAlky that will provide those Windows libraries to the application.
+
+%prep
+%setup -q -n %{name}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+
+%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 2006/06/18 23:41:38 glen
+- new, linux not yet there
+
================================================================
More information about the pld-cvs-commit
mailing list