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