wok-6.x rev 24926
updated mpc-library (1.1.0 -> 1.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 13 14:06:53 2022 +0100 (2022-04-13) |
parents | 26718eedbc22 |
children | cf6b90afa0a2 |
files | mpc-library/description.txt mpc-library/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mpc-library/description.txt Wed Apr 13 14:06:53 2022 +0100 1.3 @@ -0,0 +1,7 @@ 1.4 +GNU MPC is a C library for the arithmetic of complex numbers with 1.5 +arbitrarily high precision and correct rounding of the result. 1.6 +It extends the principles of the IEEE-754 standard for fixed 1.7 +precision real floating point numbers to complex numbers, providing 1.8 +well-defined semantics for every operation. 1.9 +At the same time, speed of operation at high precision is a major 1.10 +design goal.
2.1 --- a/mpc-library/receipt Wed Apr 13 13:55:09 2022 +0100 2.2 +++ b/mpc-library/receipt Wed Apr 13 14:06:53 2022 +0100 2.3 @@ -1,12 +1,12 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="mpc-library" 2.7 -VERSION="1.1.0" 2.8 +VERSION="1.2.1" 2.9 CATEGORY="development" 2.10 SHORT_DESC="A C library for the arithmetic of complex numbers." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 LICENSE="GPL2" 2.13 -WEB_SITE="http://www.multiprecision.org/" 2.14 +WEB_SITE="https://www.multiprecision.org/" 2.15 2.16 SOURCE="mpc" 2.17 TARBALL="$SOURCE-$VERSION.tar.gz" 2.18 @@ -34,8 +34,6 @@ 2.19 # Rules to gen a SliTaz package suitable for Tazpkg. 2.20 genpkg_rules() 2.21 { 2.22 - mkdir -p $fs/usr 2.23 - 2.24 - cp -a $install/usr/lib $fs/usr 2.25 - cp -a $install/usr/include $fs/usr 2.26 + cook_copy_folders include 2.27 + cook_copy_folders lib 2.28 }