summaryrefslogtreecommitdiff
path: root/libtommath
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-11 11:14:09 +0200
committerTim Biermann <tbier@posteo.de>2019-08-11 11:14:09 +0200
commitbca76aec4f1a444c96a693b87f76d04b594ab90a (patch)
tree5e34ebe0551a1dae198354fa041b4ce8e48365c0 /libtommath
parent2088b896508b1fb09b8a6ae1b97186572ff7be48 (diff)
downloadcontrib-bca76aec4f1a444c96a693b87f76d04b594ab90a.tar.gz
contrib-bca76aec4f1a444c96a693b87f76d04b594ab90a.tar.xz
libtommath: initial commit, version 1.1.0
Diffstat (limited to 'libtommath')
-rw-r--r--libtommath/.footprint13
-rw-r--r--libtommath/.signature5
-rw-r--r--libtommath/Pkgfile15
3 files changed, 33 insertions, 0 deletions
diff --git a/libtommath/.footprint b/libtommath/.footprint
new file mode 100644
index 000000000..8c63776fd
--- /dev/null
+++ b/libtommath/.footprint
@@ -0,0 +1,13 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/tommath.h
+-rw-r--r-- root/root usr/include/tommath_class.h
+-rw-r--r-- root/root usr/include/tommath_superclass.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libtommath.a
+-rw-r--r-- root/root usr/lib/libtommath.la
+lrwxrwxrwx root/root usr/lib/libtommath.so -> libtommath.so.1.1.0
+lrwxrwxrwx root/root usr/lib/libtommath.so.1 -> libtommath.so.1.1.0
+-rw-r--r-- root/root usr/lib/libtommath.so.1.1.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libtommath.pc
diff --git a/libtommath/.signature b/libtommath/.signature
new file mode 100644
index 000000000..e1894a38f
--- /dev/null
+++ b/libtommath/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF32F4CJEn9m3ZyKnmZtUUuct+xXnUJdsOE3302j9EmkSYbmmSOAxjjlAMQgGgYYn4C5zSC62h8EIgBlU8Rh21gAc=
+SHA256 (Pkgfile) = e78b420c9f00e81b68121c3bb251f1ad8b9656f894c0dfe515f8524eafaf27d7
+SHA256 (.footprint) = f82c687fd3163f55f821c97bcb9c76653debbf89e29d3cab078135c49158543b
+SHA256 (ltm-1.1.0.tar.xz) = 90466c88783d1fe9f5c2364a69f5479f10d73ed616011be6196f35f7f1537ead
diff --git a/libtommath/Pkgfile b/libtommath/Pkgfile
new file mode 100644
index 000000000..6da72950b
--- /dev/null
+++ b/libtommath/Pkgfile
@@ -0,0 +1,15 @@
+# Description: Highly optimized and portable routines for integer based number theoretic applications
+# URL: http://www.libtom.org/
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on:
+
+name=libtommath
+version=1.1.0
+release=1
+source=(https://github.com/libtom/libtommath/releases/download/v$version/ltm-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ make -f makefile.shared IGONE_SPEED=1
+ make -f makefile.shared PREFIX=/usr DESTDIR=$PKG INSTALL_GROUP=root install
+}

Generated by cgit