# HG changeset patch # User Hans-G?nter Theisgen # Date 1652714947 -3600 # Node ID 19e4434dde5f384a7a27b59d6f4290306ca8a3ad # Parent bb5bc5a63ef4cffeff12c9f426c9b36e67555b1e updated ntl (11.4.3 -> 11.5.1) diff -r bb5bc5a63ef4 -r 19e4434dde5f nrg2iso/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nrg2iso/description.txt Mon May 16 16:29:07 2022 +0100 @@ -0,0 +1,2 @@ +Nrg2Iso is a linux utility for converting CD (or DVD) images generated +by Nero Burning Rom to ISO format. diff -r bb5bc5a63ef4 -r 19e4434dde5f nspr/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nspr/description.txt Mon May 16 16:29:07 2022 +0100 @@ -0,0 +1,6 @@ +NSPR is a platform abstraction library that provides a +cross-platform API to common OS services. +NSS uses NSPR internally as the porting layer. +However, a small number of NSPR functions are required +for using the certificate verification and SSL functions +in NSS. diff -r bb5bc5a63ef4 -r 19e4434dde5f ntl/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ntl/description.txt Mon May 16 16:29:07 2022 +0100 @@ -0,0 +1,6 @@ +NTL is a high-performance, portable C++ library providing +data structures and algorithms for manipulating signed, +arbitrary length integers, and for vectors, matrices, +and polynomials over the integers and over finite fields. + +By default, NTL is thread safe. diff -r bb5bc5a63ef4 -r 19e4434dde5f ntl/receipt --- a/ntl/receipt Mon May 16 16:20:40 2022 +0100 +++ b/ntl/receipt Mon May 16 16:29:07 2022 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="ntl" -VERSION="11.4.3" +VERSION="11.5.1" CATEGORY="utilities" SHORT_DESC="A Library for doing Number Theory." MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL" -WEB_SITE="https://shoup.net/ntl/" +LICENSE="LGPLv2.1+" +WEB_SITE="https://libntl.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/$TARBALL" +WGET_URL="https://github.com/libntl/$PACKAGE/archive/refs/tags/v$VERSION.tar.gz" DEPENDS="" -BUILD_DEPENDS="gcc83 gcc83-lib-base gf2x-dev glibc-dev gmp-dev libtool perl" +BUILD_DEPENDS="gcc83 gf2x-dev glibc-dev gmp-dev libtool perl" # What is the latest version available today? current_version() @@ -26,7 +27,7 @@ { export CFLAGS="-march=$ARCH -Os -pipe -fomit-frame-pointer" - cd $src/src + cd src ./configure \ CXX=g++-83 \ DEF_PREFIX=/usr \ @@ -34,8 +35,8 @@ NTL_GMP_LIP=on \ NTL_GF2X_LIB=on && make && - sed -i '/^DEF_PREFIX=\/usr$/d' makefile && - make DEF_PREFIX=$install/usr install + sed -i '/^DEF_PREFIX=\/usr$/d' makefile + make install DEF_PREFIX=$install/usr } # Rules to gen a SliTaz package suitable for Tazpkg.