diff options
-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. |