SDLGLES initial import
[sdlhildon] / sdlgles / debian / control
1 Source: sdlgles
2 Priority: extra
3 Maintainer: Javier S. Pedro <maemo@javispedro.com>
4 Build-Depends: debhelper (>= 5), libxext-dev, libsdl1.2-dev
5 Standards-Version: 3.7.2
6 Section: libs
7
8 Package: libsdl-gles1.2-1
9 Section: libs
10 Architecture: any
11 Depends: ${shlibs:Depends}, ${misc:Depends}
12 Description: OpenGL|ES library for Simple DirectMedia Layer 1.2
13  This is a simple library that allows you to use OpenGL|ES (1.1 or 2.0) calls
14  in your SDL applications, hiding the EGL surface creation from you.
15
16 Package: libsdl-gles1.2-dev
17 Section: libdevel
18 Architecture: any
19 Depends: libsdl-gles1.2-1 (= ${Source-Version})
20 Description: development files for OpenGL|ES library for SDL 1.2
21  This is a simple library that allows you to use OpenGL|ES (1.1 or 2.0) calls
22  in your SDL applications, hiding the EGL surface creation from you.
23