wok-6.x diff sg3_utils-dev/receipt @ rev 25539
Up perl-test-compile (3.1.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 09 12:11:13 2023 +0000 (20 months ago) |
parents | 598e8c4f7768 |
children |
line diff
1.1 --- a/sg3_utils-dev/receipt Mon Apr 20 10:42:41 2020 +0100 1.2 +++ b/sg3_utils-dev/receipt Thu Mar 09 12:11:13 2023 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sg3_utils-dev" 1.7 -VERSION="1.45" 1.8 +VERSION="1.47" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The sg_utils development files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -13,8 +13,6 @@ 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_files *.*a 1.22 }