wok diff gsasl-dev/receipt @ rev 25236
updated python-shapely (1.7.0 -> 1.7.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 17:41:12 2022 +0100 (2022-07-13) |
parents | 7751c1676f43 |
children | c3a6f662a1c1 |
line diff
1.1 --- a/gsasl-dev/receipt Sat Feb 22 16:26:34 2020 +0100 1.2 +++ b/gsasl-dev/receipt Wed Jul 13 17:41:12 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gsasl-dev" 1.7 -VERSION="1.8.1" 1.8 +VERSION="1.10.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Simple Authentication and Security Layer, development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -14,9 +14,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/include $fs/usr 1.19 - cp -a $install/usr/lib/*a $fs/usr/lib 1.20 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.21 + cook_copy_folders include 1.22 + cook_copy_folders pkgconfig 1.23 + cook_copy_files *.*a 1.24 }