wok-current diff libshout-dev/receipt @ rev 23409
updated perl-try-tiny (0.22 -> 0.30)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 01 07:04:07 2020 +0100 (2020-04-01) |
parents | be1594cae466 |
children | 034e033a52cf |
line diff
1.1 --- a/libshout-dev/receipt Thu Apr 18 12:08:43 2019 +0200 1.2 +++ b/libshout-dev/receipt Wed Apr 01 07:04:07 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 }