wok diff libshout/receipt @ rev 23757

fusecloop/extract_compressed_fs: fix v2 convertion
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 17:31:45 2020 +0000 (2020-05-02)
parents be1594cae466
children 544e47246b33
line diff
     1.1 --- a/libshout/receipt	Thu Apr 18 12:08:43 2019 +0200
     1.2 +++ b/libshout/receipt	Sat May 02 17:31:45 2020 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libshout"
     1.7 -VERSION="2.4.1"
     1.8 +VERSION="2.4.3"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Library for accessing a shoutcast or icecast server."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -26,5 +26,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib
    1.16 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.17 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.18  }