diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-08-10 23:59:11 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-08-11 19:54:57 +0200 |
commit | a5214f9a95935e63c10cf62e271aed297d3b87fe (patch) | |
tree | b5b17e3a3fb66e5d395d2eeb0c459edb0444e973 /ubuntu/_base/applications/mathemagics/debian/control | |
parent | 083184438bae1187cba892642120abd2a3248fc7 (diff) | |
download | tde-packaging-a5214f9a95935e63c10cf62e271aed297d3b87fe.tar.gz tde-packaging-a5214f9a95935e63c10cf62e271aed297d3b87fe.zip |
DEB mathemagics: Add packaging files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d6446b3057170457f9f201fe51e8c63b87dda09c)
Diffstat (limited to 'ubuntu/_base/applications/mathemagics/debian/control')
-rw-r--r-- | ubuntu/_base/applications/mathemagics/debian/control | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ubuntu/_base/applications/mathemagics/debian/control b/ubuntu/_base/applications/mathemagics/debian/control new file mode 100644 index 000000000..671e69dad --- /dev/null +++ b/ubuntu/_base/applications/mathemagics/debian/control @@ -0,0 +1,14 @@ +Source: mathemagics-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake, intltool, tdelibs14-trinity-dev +Standards-Version: 3.8.4 + +Package: mathemagics-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: A RPN scientific calculator for TDE + Mathemagics makes use of the Reverse Polish Notation or RPN. + Mathemagics can store and use user-defined functions and variables, + It comes with large number of built-in functions as well. |