File: control

package info (click to toggle)
libctk 3.0.24.6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,316 kB
  • ctags: 1,201
  • sloc: ansic: 10,623; sh: 10,438; makefile: 102
file content (38 lines) | stat: -rw-r--r-- 1,515 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
Source: libctk
Priority: optional
Section: libs
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.1.1
Build-Depends: libgpmg1-dev, libglib1.2-dev, libarr-dev, debhelper, automaken, autoconf2.13, libtool

Package: libctk3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Console Tool Kit
 Console Tool Kit is a toolkit for writing text-based GUIs. The syntax is
 almost the same as GTK+. It provides mouse support on the console through
 gpm.
 This package contains the runtime files needed by programs linked to ctk.

Package: libctk3-dev
Section: libdevel
Architecture: any
Depends: libctk3 (= ${Source-Version}), libc6-dev, libarr-dev, libglib1.2-dev
Description: Console Tool Kit, development files
 Console Tool Kit is a toolkit for writing text-based GUIs. The syntax is
 almost the same as GTK+. It provides mouse support on the console through
 gpm.
 This package is for developing specifically with ctk death count 3.  You
 should normally not install this package directly; install libctk-dev 
 instead which will get you the current libctk death count.

Package: libctk-dev
Section: libdevel
Architecture: any
Depends: libctk3-dev (= ${Source-Version}), libc6-dev, libarr-dev, libglib1.2-dev
Description: Console Tool Kit, development symbolic links
 Console Tool Kit is a toolkit for writing text-based GUIs. The syntax is
 almost the same as GTK+. It provides mouse support on the console through
 gpm.
 This package is for developing with the latest ctk.