wok diff soundtouch/receipt @ rev 25336

updated suricata (5.0.2 -> 6.0.6)
author Hans-G?nter Theisgen
date Sat Jul 23 17:54:01 2022 +0100 (2022-07-23)
parents 3c87910e2ece
children
line diff
     1.1 --- a/soundtouch/receipt	Sat May 14 21:35:56 2022 +0000
     1.2 +++ b/soundtouch/receipt	Sat Jul 23 17:54:01 2022 +0100
     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  }