wok-current diff mpc-library/receipt @ rev 25097
Update some wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 18 20:27:19 2022 +0000 (2022-06-18) |
parents | 71360a13cd94 |
children | a23978bfa665 |
line diff
1.1 --- a/mpc-library/receipt Fri Jan 28 18:19:21 2022 +0000 1.2 +++ b/mpc-library/receipt Sat Jun 18 20:27:19 2022 +0000 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mpc-library" 1.7 -VERSION="1.1.0" 1.8 +VERSION="1.2.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A C library for the arithmetic of complex numbers." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -WEB_SITE="http://www.multiprecision.org/" 1.14 +WEB_SITE="https://www.multiprecision.org/" 1.15 1.16 SOURCE="mpc" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 @@ -34,8 +34,6 @@ 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - mkdir -p $fs/usr 1.23 - 1.24 - cp -a $install/usr/lib $fs/usr 1.25 - cp -a $install/usr/include $fs/usr 1.26 + cook_copy_folders include 1.27 + cook_copy_folders lib 1.28 }