File: control

package info (click to toggle)
fenix 0.92a.dfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 5,104 kB
  • ctags: 4,967
  • sloc: ansic: 41,598; sh: 3,473; makefile: 210
file content (33 lines) | stat: -rw-r--r-- 1,543 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
Source: fenix
Section: devel
Priority: extra
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Miriam Ruiz <little_miry@yahoo.es>, Barry deFreese <bdefreese@debian.org>
Build-Depends: dpkg-dev (>= 1.13.19), debhelper (>= 5), quilt, autotools-dev,
 libsdl1.2-dev, libsdl-mixer1.2-dev, zlib1g-dev, libgif-dev, libpng12-dev,
 libsmpeg-dev, libmikmod2-dev, libvorbis-dev
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fenix/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/fenix/?op=log
Homepage: http://fenix.divsite.net/

Package: fenix
Architecture: arm armel hppa i386 kfreebsd-i386 hurd-i386 m68k mips mipsel
 powerpc s390 sparc
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: development environment for making 2D games
 Fenix is an interpreted script programming language, especially designed to
 developing and running 2D games. It has a full graphic library, sound engine
 and full featured 2D game engine, making game development extremely easy.

Package: fenix-dev
Architecture: all
Depends: zlib1g-dev, libsdl1.2-dev, ${misc:Depends}
Suggests: fenix
Description: development environment for making 2D games
 Fenix is an interpreted script programming language, especially designed to
 developing and running 2D games. It has a full graphic library, sound engine
 and full featured 2D game engine, making game development extremely easy.
 .
 This package includes the development headers needed for compiling plugins
 for the fenix system.