Fixed typo in libeda0.install.in64
[sdk] / debian / control
1 Source: ecere-sdk
2 Section: devel
3 Priority: optional
4 Maintainer: Jerome St-Louis <jerstlouis@gmail.com>
5 Build-Depends:
6  autotools-dev,
7  debhelper (>= 7.0.50~),
8  libfontconfig1-dev,
9  libfreetype6-dev,
10  libgif-dev,
11  libgl1-mesa-glx,
12  libgl1-mesa-dev,
13  libjpeg62-dev,
14  libncurses5-dev,
15  libpng12-dev,
16  libsqlite3-dev,
17  libx11-dev,
18  libxext-dev,
19  libxrender-dev,
20  linux-libc-dev,
21  upx-ucl,
22  zlib1g-dev,
23  libffi-dev
24 Standards-Version: 3.9.3
25 Homepage: http://www.ecere.com/
26
27 Package: ecere-sdk
28 Architecture: i386 armel armhf powerpc
29 Depends: ecere-dev, ecere-samples, ecere-extras, libeda0, libedasqlite0, ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
30 Description: Ecere cross-platform SDK
31  This package is a metapackage providing
32  the entire Ecere cross-platform SDK
33  (ecere-dev, ecere-samples, ecere-extras,
34  libeda0, libedasqlite0).
35
36 Package: ecere-dev
37 Architecture: i386 armel armhf powerpc
38 Depends: fonts-freefont-ttf, libec0 (= ${binary:Version}), libecerecom0 (= ${binary:Version}), ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
39 Description: Ecere SDK Development Tools
40  This package provides the compiling tools
41  for the eC language, the Ecere IDE,
42  as well as the symlinks for the Ecere
43  libraries.
44
45 Package: libecere0
46 Section: libs
47 Architecture: i386 armel armhf powerpc
48 Depends: ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
49 Description: Ecere Runtime Library
50  This package provides the Linux version
51  of Ecere's cross-platform runtime library
52  for running applications built using the
53  Ecere SDK. It includes a GUI toolkit,
54  2D/3D graphics engine, networking engine
55  as well as system functionality.
56
57 Package: libecerecom0
58 Section: libs
59 Architecture: i386 armel armhf powerpc
60 Depends: ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
61 Description: eC Core Runtime Library
62  This package provides the bare minimum
63  runtime library for applications
64  written in eC.
65
66 Package: libec0
67 Section: libs
68 Architecture: i386 armel armhf powerpc
69 Depends: libecere0 (= ${binary:Version}), ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
70 Description: Ecere Compiler Library
71  This package provides the eC compiler.
72  It is used by the Ecere IDE, as well
73  as the eC compiling tools (ecp, ecc, ecs).
74  It could also be used by applications
75  wanting to parse or compile eC code.
76
77 Package: libeda0
78 Section: libs
79 Architecture: i386 armel armhf powerpc
80 Depends: libecere0, ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
81 Description: Ecere Data Access
82  This package provides the Ecere
83  Data Access RDBMS abstraction layer.
84  The Ecere Database (EDB) engine is built-in.
85  For SQLite support, the SQLite driver
86  (libedasqlite0) is also required.
87
88 Package: libedasqlite0
89 Section: libs
90 Architecture: i386 armel armhf powerpc
91 Depends: libeda0, ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
92 Description: EDA SQLite Driver
93  This package provides SQLite driver
94  for building database applications
95  with the Ecere Database Access layer.
96
97 Package: ecere-samples
98 Architecture: all
99 Depends: ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
100 Description: Project samples for the Ecere SDK
101  This package contains samples for
102  multimedia, database, graphics,
103  communication, and other useful
104  software that can be created with
105  the Ecere SDK.
106
107 Package: ecere-extras
108 Architecture: all
109 Depends: ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
110 Description: Extras for the Ecere SDK
111  This package provides additional Ecere
112  functionality, such as SSL Sockets,
113  Audio, in the form of source code.