wok diff speex/receipt @ rev 25562
ext4magic: add current_version()
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 01 08:21:00 2023 +0000 (18 months ago) |
parents | 5d79829fa876 |
children |
line diff
1.1 --- a/speex/receipt Wed Jul 07 17:56:16 2021 +0000 1.2 +++ b/speex/receipt Mon May 01 08:21:00 2023 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="speex" 1.7 -VERSION="1.2.0" 1.8 +VERSION="1.2.1" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Low bandwidth voice codec." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -34,8 +34,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/bin $fs/usr 1.19 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.20 + cook_copy_folders bin 1.21 + cook_copy_files *.so* 1.22 }