wok rev 23101

updated libshout and libshout-dev (2.4.1 -> 2.4.3)
author Hans-G?nter Theisgen
date Thu Mar 12 09:17:16 2020 +0100 (2020-03-12)
parents 919a0f033502
children 8b0034a7d8ca
files libshout-dev/receipt libshout/receipt
line diff
     1.1 --- a/libshout-dev/receipt	Thu Mar 12 09:06:50 2020 +0100
     1.2 +++ b/libshout-dev/receipt	Thu Mar 12 09:17:16 2020 +0100
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libshout-dev"
     1.7 -VERSION="2.4.1"
     1.8 +VERSION="2.4.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="libshout development files."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="https://icecast.org/"
    1.14  
    1.15 +DEPENDS="libshout pkg-config"
    1.16  WANTED="libshout"
    1.17 -DEPENDS="libshout pkg-config"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21 @@ -17,7 +17,7 @@
    1.22  	mkdir -p $fs/usr/lib
    1.23  	mkdir -p $fs/usr/share
    1.24  
    1.25 -	cp -a $install/usr/include	$fs/usr
    1.26 -	cp -a $install/usr/lib/*.*a	$fs/usr/lib
    1.27 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.28 +	cp -a $install/usr/include		$fs/usr
    1.29 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.30 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.31  }
     2.1 --- a/libshout/receipt	Thu Mar 12 09:06:50 2020 +0100
     2.2 +++ b/libshout/receipt	Thu Mar 12 09:17:16 2020 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libshout"
     2.7 -VERSION="2.4.1"
     2.8 +VERSION="2.4.3"
     2.9  CATEGORY="multimedia"
    2.10  SHORT_DESC="Library for accessing a shoutcast or icecast server."
    2.11  MAINTAINER="slaxemulator@gmail.com"
    2.12 @@ -26,5 +26,5 @@
    2.13  genpkg_rules()
    2.14  {
    2.15  	mkdir -p $fs/usr/lib
    2.16 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.17 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    2.18  }