]> git.pld-linux.org Git - packages/alky.git/blame - alky.spec
- new, linux not yet there
[packages/alky.git] / alky.spec
CommitLineData
a648b37b
ER
1%define _snap 20060619
2%define _rev 28
3%define _rel 0.1
4Summary: alky
5Name: alky
6Version: 0
7Release: 0.1
8License: LGPL
9Group: Libraries
10Source0: %{name}-%{_snap}.%{_rev}.tar.bz2
11# Source0-md5: fae86cf47c03718c6b9a3ef875718404
12URL: http://www.alkyproject.com/
13ExclusiveOs: MacOSX Linux
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Alky (pronounced "AL-KEE") is a tool that allows you to convert a
18Windows executable to a Mac OS X or Linux binary. We are focused on
19high-end gaming at the moment, though we will support other
20applications in the future. Our binary translation layer is already
21working fully for OS X and Linux support is in progress. Of course,
22Windows applications use a very different set of libraries from Linux
23or OS X applications so we are also working on a library called
24LibAlky that will provide those Windows libraries to the application.
25
26%prep
27%setup -q -n %{name}
28
29%build
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%files
38%defattr(644,root,root,755)
This page took 0.058059 seconds and 4 git commands to generate.