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 29 30 31 32 33 34 35
|
Source: xmhtml
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9),
lesstif2-dev, libpng-dev, libjpeg-dev, libxmu-dev, libxpm-dev
Standards-Version: 3.9.3
Package: xmhtml1-dev
Architecture: any
Depends: ${misc:Depends},
xmhtml1, lesstif2-dev | libmotif-dev, libc6-dev
Provides: xmhtml-dev
Conflicts: xmhtml-dev
Description: Motif widget for display HTML 3.2 (development files)
XmHTML is a high performance Motif Widget capable of displaying HTML
3.2 confirming text. Graphics support, lesstif compatibility and
extensive documentation are amongst its many features.
.
This is the development kit, containing static libraries and header files
necessary to build programs that use xmhtml. The runtime library is
provided by the xmhtml package.
Package: xmhtml1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Section: libs
Description: Motif widget for display HTML 3.2 (library)
XmHTML is a high performance Motif Widget capable of displaying HTML
3.2 confirming text. Graphics support, lesstif compatibility and
extensive documentation are amongst its many features.
.
This package provides the runtime shared library. The xmhtml-dev
package provides the header files, and the static library.
|