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
|
Source: libsdl-console
Section: libs
Priority: optional
Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers@lists.alioth.debian.org>
Uploaders: Manuel A. Fernandez Montecelo <mafm@debian.org>
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 9~),
dh-autoreconf,
dpkg-dev (>= 1.16.1~),
libsdl1.2-dev (>= 1.2.14~),
libsdl-image1.2-dev (>= 1.2.12~)
Homepage: http://sdlconsole.sourceforge.net/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/libsdl-console.git
Vcs-Git: git://anonscm.debian.org/pkg-sdl/packages/libsdl-console.git
Package: libsdl-console
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Console that can be added to any SDL application, libraries
This library provides a console similar to the consoles in Quake and other
games but with lots of added features.
.
A console is meant to be a very simple way of interacting with a program
and executing commands. Commands are linked to the console with callback
functions so that when a command is typed in, a specific function is
executed automatically.
.
This package contains the runtime library.
Package: libsdl-console-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
libsdl-console (= ${binary:Version}),
libsdl1.2-dev (>= 1.2.14~),
libsdl-image1.2-dev (>= 1.2.12~)
Description: Console that can be added to any SDL application, development files
This library provides a console similar to the consoles in Quake and other
games but with lots of added features.
.
A console is meant to be a very simple way of interacting with a program
and executing commands. Commands are linked to the console with callback
functions so that when a command is typed in, a specific function is
executed automatically.
.
This package contains the header files and static library needed to
compile applications that use libsdl-console.
|