* Path fixes
[rodin/chimara.git] / debian / control
1 Source: chimara
2 Section: libs
3 Priority: extra
4 Maintainer: Philip Chimento <philip.chimento@gmail.com>
5 Build-Depends: cdbs, 
6                debhelper (>= 7), 
7                autotools-dev, 
8                pkg-config, 
9                gtk-doc-tools (>= 1.9), 
10                libglib2.0-dev, 
11                libgtk2.0-dev
12 Standards-Version: 3.7.3
13 Homepage: http://lassie.student.utwente.nl/chimara
14
15 Package: libchimara0
16 Section: libs
17 Architecture: any
18 Depends: ${shlibs:Depends}, 
19          ${misc:Depends}
20 Description: A GTK+ widget implementation of the Glk library
21  Chimara is a GTK+ widget that loads and runs Glk programs as plugins. Glk is an
22  input/output specification specifically designed for interactive fiction.
23  
24 Package: libchimara-dev
25 Section: libdevel
26 Architecture: any
27 Depends: ${misc:Depends},
28          libchimara0 (= ${binary:Version}),
29          libglib2.0-dev,
30          libgtk2.0-dev
31 Suggests: libchimara-doc
32 Description: Development files for the Chimara Glk library
33  Chimara is a GTK+ widget that loads and runs Glk programs as plugins. Glk is an
34  input/output specification specifically designed for interactive fiction.
35  .
36  This package contains the header files required if you wish to develop software
37  that uses the Chimara widget.
38
39 Package: libchimara-doc
40 Section: doc
41 Architecture: all
42 Depends: ${misc:Depends}
43 Description: Documentation for the Chimara Glk library
44  Chimara is a GTK+ widget that loads and runs Glk programs as plugins. Glk is an
45  input/output specification specifically designed for interactive fiction.
46  .
47  This package contains the Chimara reference manual.
48
49 Package: chimara-player
50 Section: games
51 Architecture: any
52 Depends: ${misc:Depends}
53          libchimara0 (= ${binary:Version}),
54          libglib2.0-dev,
55          libgtk2.0-dev
56 Description: Interactive fiction player using the Chimara Glk library
57  Chimara is a GTK+ widget that loads and runs Glk programs as plugins. Glk is an
58  input/output specification specifically designed for interactive fiction.
59  .
60  This package contains a default interactive fiction player that uses Chimara.
61