1
0
forked from ports/contrib

libtommath: 1.1.0 -> 1.2.0

This commit is contained in:
Tim Biermann 2019-10-24 10:27:15 +00:00
parent c11fa616e6
commit d4e97afdbd
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 11 additions and 13 deletions

View File

@ -1,13 +1,11 @@
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
lrwxrwxrwx root/root usr/lib/libtommath.so -> libtommath.so.1.2.0
lrwxrwxrwx root/root usr/lib/libtommath.so.1 -> libtommath.so.1.2.0
-rw-r--r-- root/root usr/lib/libtommath.so.1.2.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libtommath.pc

View File

@ -1,5 +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
RWSagIOpLGJF36V9Wcrq5+KySJIFwtTT4LzyvW8Hyc2bjCMYrvf0/HUHRoM3CHx5CzoMkMwRwvh3R46gJMXYGQREYcdMHz0RDA4=
SHA256 (Pkgfile) = 67f3c015489fa5665c97be1d6a410ee9d3841bdcf20ca35590981ed24f8c203e
SHA256 (.footprint) = cde4fa15b44021db394587b757181a7cc02f4d3ce0dea2e62d6f1de40b4b584a
SHA256 (ltm-1.2.0.tar.xz) = b7c75eecf680219484055fcedd686064409254ae44bc31a96c5032843c0e18b1

View File

@ -4,12 +4,12 @@
# Depends on:
name=libtommath
version=1.1.0
version=1.2.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
cd $name-$version
make -f makefile.shared IGONE_SPEED=1
make -f makefile.shared PREFIX=/usr DESTDIR=$PKG INSTALL_GROUP=root install
}