# HG changeset patch # User Hans-G?nter Theisgen # Date 1649855213 -3600 # Node ID 460a9ffd446eb08d9d496c4e2ac037f12b7f053c # Parent 26718eedbc22504e089ac0a4d521fdfe161787dd updated mpc-library (1.1.0 -> 1.2.1) diff -r 26718eedbc22 -r 460a9ffd446e mpc-library/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mpc-library/description.txt Wed Apr 13 14:06:53 2022 +0100 @@ -0,0 +1,7 @@ +GNU MPC is a C library for the arithmetic of complex numbers with +arbitrarily high precision and correct rounding of the result. +It extends the principles of the IEEE-754 standard for fixed +precision real floating point numbers to complex numbers, providing +well-defined semantics for every operation. +At the same time, speed of operation at high precision is a major +design goal. diff -r 26718eedbc22 -r 460a9ffd446e mpc-library/receipt --- a/mpc-library/receipt Wed Apr 13 13:55:09 2022 +0100 +++ b/mpc-library/receipt Wed Apr 13 14:06:53 2022 +0100 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="mpc-library" -VERSION="1.1.0" +VERSION="1.2.1" CATEGORY="development" SHORT_DESC="A C library for the arithmetic of complex numbers." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://www.multiprecision.org/" +WEB_SITE="https://www.multiprecision.org/" SOURCE="mpc" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -34,8 +34,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - - cp -a $install/usr/lib $fs/usr - cp -a $install/usr/include $fs/usr + cook_copy_folders include + cook_copy_folders lib }