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 36 37 38 39 40
|
Source: libstroke
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper (>= 10),
libice-dev,
libsm-dev,
libx11-dev,
Standards-Version: 3.9.8
Vcs-Git: https://git.dgit.debian.org/libstroke.git
Vcs-Browser: https://browse.dgit.debian.org/libstroke.git
Package: libstroke0
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: mouse strokes library -- runtime files
libstroke is a stroke interface library. Strokes are motions
of the mouse that can be interpreted by a program as a command. Strokes
are common in CAD software such as gEDA and Mentor Graphics.
fvwm can use mouse strokes to cause certain actions, just like button
clicks.
Package: libstroke0-dev
Architecture: any
Section: libdevel
Depends:
libstroke0 (= ${binary:Version}),
${misc:Depends},
Description: mouse strokes library -- development files
libstroke is a stroke interface library. Strokes are motions
of the mouse that can be interpreted by a program as a command. Strokes
are common in CAD software such as gEDA and Mentor Graphics.
fvwm can use mouse strokes to cause certain actions, just like button
clicks.
.
This package contains the header files needed for developing with this library.
|