From 781dd97a977efe8e382b6fe92ab915f9f5f4e868 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 02 Aug 2014 11:04:35 -0400 Subject: Add binary packages --- 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. -- cgit v0.9.1