]> git.pld-linux.org Git - packages/dotnet-tao.git/blame - dotnet-tao.spec
- cosmetics
[packages/dotnet-tao.git] / dotnet-tao.spec
CommitLineData
f4083e1c 1Summary: Tao Framework
2Summary(pl): Framework Tao
3Name: tao
4Version: 20050606
5Release: 1
6License: MIT
7Group: Libraries
8Source0: %{name}-%{version}.tar.bz2
9# Source0-md5: 170e143b8035644eb3c24db4cc7a2c3b
10URL: http://www.mono-project.com/Tao
f4083e1c 11BuildRequires: mono >= 1.1.0
9970be0d 12Requires: mono >= 1.1.0
f4083e1c 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16The Tao Framework for .NET is a collection of bindings to facilitate
17cross-platform game-related development utilizing the .NET platform.
18
19Currently included bindings are OpenGL 1.5, GLU 1.3, GLUT 3.7.6, WGL,
20various GL and WGL-related extensions, OpenAL 1.0, Cg 1.2.1, DevIL
211.6.6, SDL 1.2.7, and GLFW 2.4.2 (and some others).
22
23These bindings all function in a cross-platform and cross-runtime
24manner using Microsoft's .NET 1.0 and 1.1 runtimes on Windows and the
25Mono runtime on Windows and Linux. Other platforms and runtimes have
26not been tested, but, would most likely work with a minimal amount of
27changes.
28
29The bindings are also CLS-compliant, meaning that they can be used by
30any .NET language, including C# and Visual Basic .NET, amongst others.
31
32%description -l pl
33