File: control

package info (click to toggle)
fife 0.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,012 kB
  • ctags: 26,660
  • sloc: cpp: 84,903; sh: 10,269; python: 8,753; xml: 1,213; makefile: 265; objc: 245; ansic: 229
file content (44 lines) | stat: -rw-r--r-- 1,273 bytes parent folder | download | duplicates (2)
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
Source: fife
Uploaders: Christoph Egger <christoph@debian.org>
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Section: libdevel
Priority: optional
Build-Depends: debhelper (>= 7.0.50~),
 scons,
 libsdl1.2-dev,
 libboost-dev,
 libsdl-ttf2.0-dev,
 libsdl-image1.2-dev,
 libvorbis-dev,
 libalut-dev,
 python-all-dev (>= 2.6.6-3~),
 libboost-regex-dev,
 libboost-filesystem-dev,
 libboost-test-dev,
 swig,
 chrpath,
 zlib1g-dev,
 libxcursor-dev,
 libopenal-dev,
 libasound2-dev,
 libguichan-dev,
 libtinyxml-dev,
 libpng-dev,
 libunittest++-dev,
 glee-dev
X-Python-Version: >= 2.6
Vcs-Git: git://anonscm.debian.org/pkg-games/fife.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/fife.git
Standards-Version: 3.9.4
Homepage: http://fifengine.de

Package: python-fife
Section: python
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
Breaks: ${python:Breaks}, unknown-horizons (<< 2013.1)
Description: FIFE is a multi-platform isometric game engine
 FIFE stands for Flexible Isometric Free Engine and is a cross
 platform game creation framework written in C++. It provides you with
 the ability to create a game using Python interfaces. FIFE also comes
 as a DLL or static library so you can use C++ as well.