ports/contrib (3.5): libtommath: initial commit, version 1.1.0
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit bca76aec4f1a444c96a693b87f76d04b594ab90a Author: Tim Biermann <tbier@posteo.de> Date: Sun Aug 11 11:14:09 2019 +0200 libtommath: initial commit, version 1.1.0 diff --git a/libtommath/.footprint b/libtommath/.footprint new file mode 100644 index 00000000..8c63776f --- /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 00000000..e1894a38 --- /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 00000000..6da72950 --- /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-$versio...) + +build() { + cd $name-$version + make -f makefile.shared IGONE_SPEED=1 + make -f makefile.shared PREFIX=/usr DESTDIR=$PKG INSTALL_GROUP=root install +}
participants (1)
-
crux@crux.nu