File: control

package info (click to toggle)
ofbis 0.2.0-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,508 kB
  • ctags: 1,009
  • sloc: ansic: 17,242; sh: 6,717; makefile: 104
file content (31 lines) | stat: -rw-r--r-- 1,113 bytes parent folder | download
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
Source: ofbis
Priority: optional
Section: graphics
Maintainer: Guillem Jover <guillem@debian.org>
Build-Depends: debhelper (>= 4)
Standards-Version: 3.6.1

Package: libofbis-dev
Section: libdevel
Architecture: any
Depends: libofbis0 (= ${Source-Version})
Description: simple Linux framebuffer graphical library - development files
 It is intended to be fast and easy to both use and support, with respect of
 adding support for other graphical types and machines.
 It supports 8-bit static pseudocolor mode (chunky) and 16-bit truecolor.
 .
 This package contains the libofbis development files (headers and static
 libraries). It is only needed if you want to compile programs that use
 oFBis.

Package: libofbis0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: simple Linux framebuffer graphical library - shared libraries
 It is intended to be fast and easy to both use and support, with respect of
 adding support for other graphical types and machines.
 It supports 8-bit static pseudocolor mode (chunky) and 16-bit truecolord.
 .
 This package contains the libofbis shared library.