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: 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>,
Peter Pentchev <roam@ringlet.net>
Build-Depends:
autotools-dev (>= 20100122.1~),
debhelper (>= 8),
dpkg-dev (>= 1.15.7~),
libgif-dev,
libmikmod2-dev,
libpng-dev,
libsdl-mixer1.2-dev,
libsdl1.2-dev,
libsmpeg-dev,
libvorbis-dev,
zlib1g-dev
Standards-Version: 3.9.5
Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/fenix/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/fenix/
Homepage: http://fenix.divsite.net/
Package: fenix
Architecture: arm armel armhf hppa hurd-i386 i386 kfreebsd-i386 m68k mips mipsel mipsn32 mipsn32el powerpc s390 sh4 sparc
Depends: ${misc:Depends}, ${shlibs: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: libsdl1.2-dev, zlib1g-dev, ${misc:Depends}
Suggests: fenix
Description: development environment for making 2D games - header files
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.
|