File: control

package info (click to toggle)
arkrpg 0.1.4b-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,104 kB
  • ctags: 5,445
  • sloc: cpp: 28,145; sh: 9,006; ansic: 3,259; makefile: 344
file content (54 lines) | stat: -rw-r--r-- 2,616 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Source: arkrpg
Section: games
Priority: optional
Maintainer: Marc Dequènes (Duck) <Duck@DuckCorp.org>
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0), libltdl3-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, xlibmesa-gl-dev, xlibmesa-glu-dev, libpng-dev, liblua40-dev, liblualib40-dev, zlib1g-dev, libjpeg62-dev, docbook-to-man, autotools-dev
Standards-Version: 3.6.1.1

Package: arkrpg
Architecture: any
Depends: ${shlibs:Depends}
Recommends: arkhart
Suggests: worlded
Description: roleplaying kernel
 Arkrpg is a powerful and flexible framework to create
 (networked/single player) role playing games, without having to write a
 single line of C++. All the user has to do is to create game data (models,
 textures, world), and define the behaviour NPCs, in Lua. The engine contains
 a full outdoor 3D engine, with support for skeletal animation, and
 triangle-accurate collision detection. It also contains tools to create world
 and quests, and loaders for the most common low-polygon 3D formats. 
 .
 This package provides binaries needed to use the kernel.

Package: libarkrpg
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Suggests: arkrpg
Description: shared libraries for Arkrpg
 Arkrpg is a powerful and flexible framework to create
 (networked/single player) role playing games, without having to write a
 single line of C++. All the user has to do is to create game data (models,
 textures, world), and define the behaviour NPCs, in Lua. The engine contains
 a full outdoor 3D engine, with support for skeletal animation, and
 triangle-accurate collision detection. It also contains tools to create world
 and quests, and loaders for the most common low-polygon 3D formats. 
 .
 This package provides shared libraries.

Package: libarkrpg-dev
Section: libdevel
Architecture: any
Depends: libarkrpg (= ${Source-Version}), libstdc++5-3.3-dev | libstdc++-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, xlibmesa-gl-dev, xlibmesa-glu-dev, libpng-dev, liblua40-dev, liblualib40-dev, zlib1g-dev, libjpeg62-dev
Description: development headers for Arkrpg 
 Arkrpg is a powerful and flexible framework to create
 (networked/single player) role playing games, without having to write a
 single line of C++. All the user has to do is to create game data (models,
 textures, world), and define the behaviour NPCs, in Lua. The engine contains
 a full outdoor 3D engine, with support for skeletal animation, and
 triangle-accurate collision detection. It also contains tools to create world
 and quests, and loaders for the most common low-polygon 3D formats. 
 .
 This package provides development headers.