wok diff coturn-dev/receipt @ rev 24927
updated mpg123 and mpg123-dev (1.25.13 -> 1.29.3)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 13 14:23:00 2022 +0100 (2022-04-13) |
parents | 78bc4b109dd6 |
children |
line diff
1.1 --- a/coturn-dev/receipt Sat Jul 25 08:45:16 2020 +0000 1.2 +++ b/coturn-dev/receipt Wed Apr 13 14:23:00 2022 +0100 1.3 @@ -1,20 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="coturn-dev" 1.7 -VERSION="4.5.1.3" 1.8 +VERSION="4.5.2" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Free open source implementation of TURN and STUN Server, development files" 1.11 +SHORT_DESC="Free open source implementation of TURN and STUN Server, development files." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="BSD" 1.14 WEB_SITE="https://github.com/coturn/coturn" 1.15 -WANTED="coturn" 1.16 1.17 DEPENDS="coturn" 1.18 +WANTED="coturn" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 - mkdir -p $fs/usr/lib 1.24 - cp -a $install/usr/include $fs/usr 1.25 - cp -a $install/usr/lib/*a $fs/usr/lib 1.26 + cook_copy_folders include 1.27 + cook_copy_files *.*a 1.28 }