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
|
Source: sage
Section: games
Priority: optional
Maintainer: Michael Koch <konqueror@gmx.de>
Build-Depends: debhelper (>> 4.0.0), libglu1-xorg-dev, libsdl1.2-dev
Standards-Version: 3.6.2
Package: libsage-dev
Section: libdevel
Architecture: any
Depends: libsage0 (= ${Source-Version})
Description: Supports OpenGL in SDL applications
This is an OpenGL extension library written to make use of SDL's mechanism
for enabling OpenGL's extensions.
.
This package contains the development files needed to compile and link other
libraries and applications against it.
Package: libsage0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libsage-0.1
Replaces: libsage-0.1
Description: Supports OpenGL in SDL applications
This is an OpenGL extension library written to make use of SDL's mechanism
for enabling OpenGL's extensions.
.
This package contains the runtime files needed to use applications depending
on SAGE.
|