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
|
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.7.3
Package: libsage-dev
Section: libdevel
Architecture: any
Depends: libsage2 (= ${binary: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: libsage2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
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.
|