File: control

package info (click to toggle)
fox 1.0.52-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 10,788 kB
  • ctags: 13,384
  • sloc: cpp: 96,482; sh: 8,338; ansic: 1,935; makefile: 1,010; perl: 32
file content (42 lines) | stat: -rw-r--r-- 1,516 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
32
33
34
35
36
37
38
39
40
41
42
Source: fox
Maintainer: Torsten Landschoff <torsten@debian.org>
Priority: optional
Standards-Version: 3.5.6
Build-Depends: libjpeg62-dev, libpng12-dev, zlib1g-dev, xlibs-dev, xlibmesa-dev, debhelper (>= 3.0), g++ (>= 2:3.2), libtiff4-dev

Package: libfox1.0
Section: libs
Depends: ${shlibs:Depends}
Architecture: any
Description: The FOX C++ GUI Toolkit
 FOX is a C++ based Toolkit for developing Graphical User Interfaces
 easily and effectively. It offers a wide collection of Controls, and
 provides state of the art facilities such as drag and drop, selection,
 as well as OpenGL widgets for 3D graphical manipulation. FOX also
 implements icons, images, and user-convenience features such as status
 line help, and tooltips. Tooltips may even be used for 3D objects! 

Package: libfox1.0-dev
Section: devel
Depends: libfox1.0 (= ${Source-Version})
Conflicts: libfox0.99-dev
Architecture: any
Description: Development files for the FOX C++ GUI Toolkit
 This package contains the headers files needed for software development 
 using FOX. 

Package: libfox1.0-dbg
Section: devel
Depends: libfox1.0 (= ${Source-Version})
Conflicts: libfox0.99-dbg
Architecture: any
Description: Debugging version of the FOX C++ GUI Toolkit.
 Install this package if you want to debug a program written using the 
 FOX Toolkit.

Package: libfox-doc
Section: doc
Architecture: all
Description: Documentation of the FOX C++ GUI Toolkit.
 This package contains the documentation needed to understand how to 
 develop FOX applications.