wok diff pari-dev/receipt @ rev 25707
Up perl-net-pcap (0.21), qtermwidget (0.5.1), youtube-dl-gui (0.3.8)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 05 14:08:34 2024 +0000 (4 months ago) |
parents | 79c1549784d0 |
children |
line diff
1.1 --- a/pari-dev/receipt Sat Mar 28 16:53:31 2020 +0100 1.2 +++ b/pari-dev/receipt Fri Jul 05 14:08:34 2024 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pari-dev" 1.7 -VERSION="2.11.3" 1.8 +VERSION="2.13.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Development files for pari." 1.11 MAINTAINER="al.bobylev@gmail.com" 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/include $fs/usr 1.19 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.20 + cook_copy_folders include 1.21 + cook_copy_files *.*a 1.22 }