# HG changeset patch # User Hans-G?nter Theisgen # Date 1646373781 -3600 # Node ID 23518fd0fb42bbe7398f2c690e5c934abda3a5b5 # Parent ee0a3fa85a9a7c5f3d7226969c2ff95d447260eb updated gmp and gmp-dev (6.2.0 -> 6.2.1) diff -r ee0a3fa85a9a -r 23518fd0fb42 gmp-dev/receipt --- a/gmp-dev/receipt Fri Mar 04 06:55:36 2022 +0100 +++ b/gmp-dev/receipt Fri Mar 04 07:03:01 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt PACKAGE="gmp-dev" -VERSION="6.2.0" +VERSION="6.2.1" CATEGORY="development" SHORT_DESC="GNU Multiple Precision Arithmetic - development files." MAINTAINER="pankso@slitaz.org" @@ -15,8 +15,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/include $fs/usr + cook_copy_folders include + cook_copy_folders pkgconfig + cook_copy_files *.*a } diff -r ee0a3fa85a9a -r 23518fd0fb42 gmp/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gmp/description.txt Fri Mar 04 07:03:01 2022 +0100 @@ -0,0 +1,10 @@ +GMP is a free library for arbitrary precision arithmetic, operating +on signed integers, rational numbers, and floating-point numbers. +There is no practical limit to the precision except the ones implied +by the available memory in the machine GMP runs on. +GMP has a rich set of functions, and the functions have a regular +interface. + +The main target applications for GMP are cryptography applications +and research, Internet security applications, algebra systems, +computational algebra research, etc. diff -r ee0a3fa85a9a -r 23518fd0fb42 gmp/receipt --- a/gmp/receipt Fri Mar 04 06:55:36 2022 +0100 +++ b/gmp/receipt Fri Mar 04 07:03:01 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt PACKAGE="gmp" -VERSION="6.2.0" +VERSION="6.2.1" CATEGORY="development" SHORT_DESC="GNU Multiple Precision Arithmetic Library." MAINTAINER="pankso@slitaz.org" @@ -35,6 +35,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + cook_copy_files *.so* }