diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-03 22:22:19 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-03 22:22:19 +0000 |
commit | bb9ad5736e33a91fc213d70d89ebdca395bfa874 (patch) | |
tree | b4b9abdb75432b769414bda1bec8f22bc18d6fb2 /debian/control | |
parent | 90027f5f862d5f847709321f23df74c8b720982e (diff) |
first stab at debian package files for pd-pmpd
svn path=/trunk/externals/pmpd/; revision=13369
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..94ce83b --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: pd-pmpd +Section: sound +Priority: optional +Maintainer: Paul Brossier <piem@debian.org> +Build-Depends: debhelper (>= 7.0.50~), puredata (>= 0.42.5-3.1~) +Standards-Version: 3.8.3 +Homepage: http://puredata.info + +Package: pd-pmpd +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, pd +Description: physical modeling library for Pd + These objects provide real-time simulations, specially physical + behaviors. pmpd can be used to create natural dynamic systems, like a + bouncing ball, string movement, Brownian movement, chaos, fluid dynamics, + sand, gravitation, and more. It can also be used to create displacements thus + allowing a completely dynamic approach of pd computing. |