wok-current rev 25005
updated ntl (11.4.3 -> 11.5.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon May 16 16:29:07 2022 +0100 (2022-05-16) |
parents | bb5bc5a63ef4 |
children | eade4bb3846a |
files | nrg2iso/description.txt nspr/description.txt ntl/description.txt ntl/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/nrg2iso/description.txt Mon May 16 16:29:07 2022 +0100 1.3 @@ -0,0 +1,2 @@ 1.4 +Nrg2Iso is a linux utility for converting CD (or DVD) images generated 1.5 +by Nero Burning Rom to ISO format.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/nspr/description.txt Mon May 16 16:29:07 2022 +0100 2.3 @@ -0,0 +1,6 @@ 2.4 +NSPR is a platform abstraction library that provides a 2.5 +cross-platform API to common OS services. 2.6 +NSS uses NSPR internally as the porting layer. 2.7 +However, a small number of NSPR functions are required 2.8 +for using the certificate verification and SSL functions 2.9 +in NSS.
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/ntl/description.txt Mon May 16 16:29:07 2022 +0100 3.3 @@ -0,0 +1,6 @@ 3.4 +NTL is a high-performance, portable C++ library providing 3.5 +data structures and algorithms for manipulating signed, 3.6 +arbitrary length integers, and for vectors, matrices, 3.7 +and polynomials over the integers and over finite fields. 3.8 + 3.9 +By default, NTL is thread safe.
4.1 --- a/ntl/receipt Mon May 16 16:20:40 2022 +0100 4.2 +++ b/ntl/receipt Mon May 16 16:29:07 2022 +0100 4.3 @@ -1,18 +1,19 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="ntl" 4.7 -VERSION="11.4.3" 4.8 +VERSION="11.5.1" 4.9 CATEGORY="utilities" 4.10 SHORT_DESC="A Library for doing Number Theory." 4.11 MAINTAINER="al.bobylev@gmail.com" 4.12 -LICENSE="GPL" 4.13 -WEB_SITE="https://shoup.net/ntl/" 4.14 +LICENSE="LGPLv2.1+" 4.15 +WEB_SITE="https://libntl.org/" 4.16 4.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.18 WGET_URL="$WEB_SITE/$TARBALL" 4.19 +WGET_URL="https://github.com/libntl/$PACKAGE/archive/refs/tags/v$VERSION.tar.gz" 4.20 4.21 DEPENDS="" 4.22 -BUILD_DEPENDS="gcc83 gcc83-lib-base gf2x-dev glibc-dev gmp-dev libtool perl" 4.23 +BUILD_DEPENDS="gcc83 gf2x-dev glibc-dev gmp-dev libtool perl" 4.24 4.25 # What is the latest version available today? 4.26 current_version() 4.27 @@ -26,7 +27,7 @@ 4.28 { 4.29 export CFLAGS="-march=$ARCH -Os -pipe -fomit-frame-pointer" 4.30 4.31 - cd $src/src 4.32 + cd src 4.33 ./configure \ 4.34 CXX=g++-83 \ 4.35 DEF_PREFIX=/usr \ 4.36 @@ -34,8 +35,8 @@ 4.37 NTL_GMP_LIP=on \ 4.38 NTL_GF2X_LIB=on && 4.39 make && 4.40 - sed -i '/^DEF_PREFIX=\/usr$/d' makefile && 4.41 - make DEF_PREFIX=$install/usr install 4.42 + sed -i '/^DEF_PREFIX=\/usr$/d' makefile 4.43 + make install DEF_PREFIX=$install/usr 4.44 } 4.45 4.46 # Rules to gen a SliTaz package suitable for Tazpkg.