wok diff mpg123/receipt @ rev 25357
updated tintin++ (2.02.02 -> 2.02.20)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 27 06:59:00 2022 +0100 (2022-07-27) |
parents | ad9008f821da |
children |
line diff
1.1 --- a/mpg123/receipt Mon Mar 07 17:32:18 2022 +0000 1.2 +++ b/mpg123/receipt Wed Jul 27 06:59:00 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mpg123" 1.7 -VERSION="1.25.13" 1.8 +VERSION="1.29.3" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Command line audio player and streamer." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -18,8 +18,8 @@ 1.13 1.14 # Arch optimisation 1.15 case "$ARCH" in 1.16 - i486) ARCH_ARGS="--with-cpu=i486" ;; 1.17 - arm*) ARCH_ARGS="--with-cpu=arm_nofpu" ;; 1.18 + (i486) ARCH_ARGS="--with-cpu=i486" ;; 1.19 + (arm*) ARCH_ARGS="--with-cpu=arm_nofpu" ;; 1.20 esac 1.21 1.22 # What is the latest version available today? 1.23 @@ -46,12 +46,12 @@ 1.24 mkdir -p $fs/usr/lib 1.25 1.26 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.27 - cp -a $install/usr/bin $fs/usr 1.28 + cook_copy_folders bin 1.29 1.30 # ARM 1.31 if [ -d "$install/usr/lib/mpg123" ] 1.32 then 1.33 - cp -a $install/usr/lib/mpg123 $fs/usr/lib 1.34 + cp -a $install/usr/lib/mpg123 $fs/usr/lib 1.35 #mpg123 need *.la file to work 1.36 #find $fs/usr/lib -name "*.la" -exec rm -f {} \; 1.37 fi