diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-02 11:04:35 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-02 11:04:35 (EDT) |
commit | 781dd97a977efe8e382b6fe92ab915f9f5f4e868 (patch) | |
tree | 480ef16639ad4a7a91d8634b47f6ab8b88a9e990 | |
parent | 70bba2b9c5a93df3f92b0112c020771d4d406ee9 (diff) |
Add binary packages
-rw-r--r-- | libtommath-dev.pkg/control | 8 | ||||
-rw-r--r-- | libtommath-dev.pkg/files | 3 | ||||
-rw-r--r-- | libtommath.0.pkg/control | 4 | ||||
-rw-r--r-- | libtommath.0.pkg/docs | 0 | ||||
-rw-r--r-- | libtommath.0.pkg/files | 1 | ||||
-rw-r--r-- | substvars | 4 |
6 files changed, 20 insertions, 0 deletions
diff --git a/libtommath-dev.pkg/control b/libtommath-dev.pkg/control new file mode 100644 index 0000000..58b0a63 --- /dev/null +++ b/libtommath-dev.pkg/control @@ -0,0 +1,8 @@ +Architecture: any +Platform: all +Depends: libtommath.0 (= ${Binary-Version}) +Description: multiple-precision integer library - development files + ${Common-Description} + . + This package contains development files for the multiple-precision integer + library. diff --git a/libtommath-dev.pkg/files b/libtommath-dev.pkg/files new file mode 100644 index 0000000..a4cc1cf --- /dev/null +++ b/libtommath-dev.pkg/files @@ -0,0 +1,3 @@ +/usr/include/ +/usr/lib/*/libtommath.a +/usr/lib/*/libtommath.so diff --git a/libtommath.0.pkg/control b/libtommath.0.pkg/control new file mode 100644 index 0000000..fb7789d --- /dev/null +++ b/libtommath.0.pkg/control @@ -0,0 +1,4 @@ +Architecture: any +Platform: all +Description: multiple-precision integer library + ${Common-Description} diff --git a/libtommath.0.pkg/docs b/libtommath.0.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/libtommath.0.pkg/docs diff --git a/libtommath.0.pkg/files b/libtommath.0.pkg/files new file mode 100644 index 0000000..0746e28 --- /dev/null +++ b/libtommath.0.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/libtommath.so.* diff --git a/substvars b/substvars new file mode 100644 index 0000000..71d2618 --- /dev/null +++ b/substvars @@ -0,0 +1,4 @@ +Common-Description: + LibTomMath is a free open source portable number theoretic multiple-precision + integer library written entirely in C. The library provides a vast array of + highly optimized routines from various branches of number theory. |