wok-current rev 24608
updated gmp and gmp-dev (6.2.0 -> 6.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 04 07:03:01 2022 +0100 (2022-03-04) |
parents | ee0a3fa85a9a |
children | 8acd54cd1f4f |
files | gmp-dev/receipt gmp/description.txt gmp/receipt |
line diff
1.1 --- a/gmp-dev/receipt Fri Mar 04 06:55:36 2022 +0100 1.2 +++ b/gmp-dev/receipt Fri Mar 04 07:03:01 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt 1.5 1.6 PACKAGE="gmp-dev" 1.7 -VERSION="6.2.0" 1.8 +VERSION="6.2.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="GNU Multiple Precision Arithmetic - development files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -15,8 +15,7 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/lib 1.17 - 1.18 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.19 - cp -a $install/usr/include $fs/usr 1.20 + cook_copy_folders include 1.21 + cook_copy_folders pkgconfig 1.22 + cook_copy_files *.*a 1.23 }
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/gmp/description.txt Fri Mar 04 07:03:01 2022 +0100 2.3 @@ -0,0 +1,10 @@ 2.4 +GMP is a free library for arbitrary precision arithmetic, operating 2.5 +on signed integers, rational numbers, and floating-point numbers. 2.6 +There is no practical limit to the precision except the ones implied 2.7 +by the available memory in the machine GMP runs on. 2.8 +GMP has a rich set of functions, and the functions have a regular 2.9 +interface. 2.10 + 2.11 +The main target applications for GMP are cryptography applications 2.12 +and research, Internet security applications, algebra systems, 2.13 +computational algebra research, etc.
3.1 --- a/gmp/receipt Fri Mar 04 06:55:36 2022 +0100 3.2 +++ b/gmp/receipt Fri Mar 04 07:03:01 2022 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt 3.5 3.6 PACKAGE="gmp" 3.7 -VERSION="6.2.0" 3.8 +VERSION="6.2.1" 3.9 CATEGORY="development" 3.10 SHORT_DESC="GNU Multiple Precision Arithmetic Library." 3.11 MAINTAINER="pankso@slitaz.org" 3.12 @@ -35,6 +35,5 @@ 3.13 # Rules to gen a SliTaz package suitable for Tazpkg. 3.14 genpkg_rules() 3.15 { 3.16 - mkdir -p $fs/usr/lib 3.17 - cp -a $install/usr/lib/*.so* $fs/usr/lib 3.18 + cook_copy_files *.so* 3.19 }