]> git.pld-linux.org Git - packages/3DKit.git/blame - 3DKit.spec
- new
[packages/3DKit.git] / 3DKit.spec
CommitLineData
4e858e8c
JB
1Summary: GNU 3DKit - set of libraries based on OpenGL and GNUstep
2Summary(pl): GNU 3DKit - zestaw bibliotek opartych na OpenGL-u i GNUstepie
3Name: 3DKit
4Version: 0.3.0
5Release: 1
6License: LGPL v2
7Group: Libraries
8Source0: ftp://ftp.gnustep.org/pub/gnustep/libs/%{name}-%{version}.tar.gz
9# Source0-md5: 3606ad885ab12893c596e4c8951d019c
10Patch0: %{name}-make.patch
11URL: http://www.fsf.org/software/gnu3dkit/gnu3dkit.html
12BuildRequires: OpenGL-devel
13BuildRequires: SDL-devel >= 1.1.4
14BuildRequires: glut-devel
15BuildRequires: gnustep-gui-devel
16Requires: OpenGL
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%define _prefix /usr/lib/GNUstep
20%define _noautoreqdep libGL.so.1 libGLU.so.1
21
22%define libcombo gnu-gnu-gnu
23%define gsos linux-gnu
24%ifarch %{ix86}
25%define gscpu ix86
26%else
27# also s/alpha.*/alpha/, but we use only "alpha" arch for now
28%define gscpu %{_target_cpu}
29%endif
30
31%description
32This is the GNU 3DKit, which is a set of general-purpose Objective-C
33libraries that help writing 3D software, based on OpenGL/Mesa and
34GNUstep. The libraries consist of everything from vector geometry
35classes, such as matrices and vectors, to a complete scenegraph API.
36
37%description -l pl
38