summaryrefslogtreecommitdiff
path: root/debian/control
blob: 29089910ef39525c53def0a9cd79683a743bd3d5 (plain)
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
Source: ivy-c
Priority: extra
Section: devel
Maintainer: Yannick Jestin <jestin@cena.fr>
Build-Depends: debhelper (>> 4.0.0), libc6-dev, xlibs-dev, tcl8.4-dev, libgtk1.2-dev, libpcre3-dev
Standards-Version: 3.6.1

Package: ivy-c-dev
Section: libdevel
Architecture: any
Depends: ivy-c (= ${Source-Version}), libc6-dev, libx11-dev | xlibs-dev, libgtk1.2-dev
Suggests: tclsh, wish
Description: Ivy software bus. development Package
 This package is needed for compiling applications using ivy-c.
 Ivy is mostly a communication convention between processes, implemented
 through a collection of libraries in several languages and for several platforms,
 from  C to Perl, from Macintosh or WindowsNT to Linux or Unix.

Package: ivy-c
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Suggests: tclsh, wish
Conflicts: ivy-tcl
Description: Ivy software bus. runtime Package
 Ivy is mostly a communication convention between processes, implemented
 through a collection of libraries in several languages and for several platforms:
 from  C to Perl, from Macintosh or WindowsNT to Linux or Unix.