ppa/debian: Initial Debian flavor of debian/ packaging
[sdk] / debian / control
1 Source: ecere
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-doc, ecere-samples, ecere-extras, libecere, ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
30 Description: Ecere cross-platform SDK
31   Develop applications once, deploy them on
32   all platforms alongside a lightweight runtime
33   environment.
34
35 Package: libecere
36 Architecture: i386 armel armhf powerpc
37 Depends: ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
38 Description: Ecere Runtime Library
39   Develop applications once, deploy them on
40   all platforms alongside a lightweight runtime
41   environment.
42
43 Package: ecere-samples
44 Architecture: all
45 Depends: ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
46 Description: Project samples for the Ecere SDK
47   This package contains samples for multimedia,
48   database, graphics, communication, and other
49   useful software that can be created with the
50   Ecere SDK.
51
52 Package: ecere-doc
53 Architecture: all
54 Depends: ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
55 Description: Documentation for the Ecere SDK
56   This package includes the Ecere Tao of Programming,
57   an ebook designed to help programmers become familiar
58   with eC and Ecere, as well the API reference
59   in the form of .eCdoc until it is embedded.
60
61 Package: ecere-extras
62 Architecture: all
63 Depends: ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
64 Description: Extras for the Ecere SDK
65   This package provides additional Ecere
66   functionality, such as SSL Sockets, Audio,
67   in the form of source code. Also included:
68   the Application and Pixmap for the IDE.