diff options
author | ribet | 2007-04-25 12:18:58 +0000 |
---|---|---|
committer | ribet | 2007-04-25 12:18:58 +0000 |
commit | 81e7b1262f04721de98c4c960554354e00988bf5 (patch) | |
tree | c23c1bbbd1999195b6b18daf8e075ecfa40f5130 /debian/control | |
parent | b4312b7c7a5ec9e886dd024b7c7796c23d019083 (diff) | |
download | mtc-81e7b1262f04721de98c4c960554354e00988bf5.zip mtc-81e7b1262f04721de98c4c960554354e00988bf5.tar.gz mtc-81e7b1262f04721de98c4c960554354e00988bf5.tar.bz2 mtc-81e7b1262f04721de98c4c960554354e00988bf5.tar.xz |
First packaging attempt, not yet working.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..0dea980 --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: mtools +Priority: optional +Maintainer: Philippe Ribet <ribet@cena.fr> +Build-Depends: debhelper (>= 4.0.0), zinc-perl +Standards-Version: 3.6.1 +Section: tools + +Package: mtools +Section: x11 +Architecture: any +Depends: ${misc:Depends}, zinc-perl +Description: Library over zinc-perl for HMI design + MTools library is designed to make zinc easier. + MTools code can be mixed easily with zinc-perl code. + MTools services includes (partial list): + - SVG support + - animation capabilities + - FSM support + - behaviours (multiple selection, mover, inertial, focuser, writable, unoverlapping, simple gesture recognition) + - some standard widgets |