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
|
Source: libdockapp
Section: libs
Priority: optional
Maintainer: Jeff Teunissen <deek@debian.org>
Build-Depends: debhelper (>= 2.0), xlibs-dev
Standards-Version: 3.2.1
Package: libdockapp1
Architecture: any
Depends: ${shlibs:Depends}
Suggests: libdockapp-dev
Conflicts: wmaker (<< 0.62.1)
Description: Window Maker Dock App support (shared library)
Simple library that eases the creation of Window Maker dock apps. It
provides functions that set up a dock app in such a way that they can be
properly docked. It also provides some event handlers and makes it very
simple to write dockapps.
.
This package contains the shared library. Install this for programs that
use libdockapp.
Package: libdockapp-dev
Architecture: any
Section: devel
Depends: libdockapp1 (= ${Source-Version}), xlibs-dev
Description: Window Maker Dock App support (development files)
Simple library that eases the creation of Window Maker dock apps. It
provides functions that set up a dock app in such a way that they can be
properly docked. It also provides some event handlers and makes it very
simple to write dockapps.
.
This package contains the static library and the required headers. Use it
to compile programs which use libdockapp.
|