1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: sdlperl
Section: perl
Priority: optional
Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers@lists.alioth.debian.org>
Uploaders: Matthew Danish <mrd@debian.org>, Zephaniah E. Hull <warp@debian.org>, Lawrence Williams <lawrence_cecil_williams@hotmail.com>, Sam Hocevar (Debian packages) <sam+deb@zoy.org>, Aurelien Jarno <aurel32@debian.org>, Josselin Mouette <joss@debian.org>
Build-Depends: debhelper (>= 4.0), quilt, perl (>= 5.8), libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libjpeg62-dev, libpng12-dev, libsdl1.2-dev (>= 1.2.5-3), libsdl-image1.2-dev, libsdl-mixer1.2-dev (>= 1.2.5-2), libsdl-net1.2-dev, libsdl-ttf2.0-dev, libsdl-console-dev (>= 1.3-2.2), libsdl-gfx1.2-dev (>= 2.0.13-1)
Standards-Version: 3.7.2
Package: libsdl-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}
Suggests: ttf-freefont
Conflicts: frozen-bubble (<= 1.0.0-4)
Description: SDL bindings for the Perl language
SDL is a library that allows programs portable low level access to
a video framebuffer, audio output, mouse, and keyboard. This perl
package contains Perl bindings to access the SDL library.
.
This library exists at http://www.sdlperl.org/
|