wok diff soundtouch/receipt @ rev 25501
Up aspell-pl (6.0_20230101-0), monitorix (3.15.0), simh (3.12.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jan 11 14:20:29 2023 +0000 (22 months ago) |
parents | 3c87910e2ece |
children |
line diff
1.1 --- a/soundtouch/receipt Sat May 14 21:35:56 2022 +0000 1.2 +++ b/soundtouch/receipt Wed Jan 11 14:20:29 2023 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="soundtouch" 1.7 -VERSION="2.1.2" 1.8 +VERSION="2.3.1" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="An audio processing library." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -9,7 +9,7 @@ 1.13 WEB_SITE="https://www.surina.net/soundtouch/" 1.14 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WGET_URL="https://codeberg.org/soundtouch/soundtouch/archive/$VERSION.tar.gz" 1.17 +WGET_URL="${WEB_SITE}$TARBALL" 1.18 1.19 DEPENDS="gcc-lib-base" 1.20 BUILD_DEPENDS="automake libtool" 1.21 @@ -37,8 +37,6 @@ 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 - mkdir -p $fs/usr/lib 1.26 - 1.27 - cp -a $install/usr/bin $fs/usr 1.28 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.29 + cook_copy_folders bin 1.30 + cook_copy_files *.so* 1.31 }