wok diff mpg123/receipt @ rev 19769

rsync: may not require /etc/inetd.conf (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 20 18:09:56 2017 +0100 (2017-02-20)
parents cbb88e362894
children 01c24abc9372
line diff
     1.1 --- a/mpg123/receipt	Thu Apr 24 18:23:05 2014 +0200
     1.2 +++ b/mpg123/receipt	Mon Feb 20 18:09:56 2017 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="http://www.mpg123.de/download/$TARBALL"
     1.5  HOST_ARCH="i486 arm"
     1.6  
     1.7 -DEPENDS="alsa-lib audiofile"
     1.8 +DEPENDS="alsa-lib audiofile libltdl"
     1.9  BUILD_DEPENDS="alsa-lib-dev audiofile-dev"
    1.10  
    1.11  # Arch optimisation
    1.12 @@ -38,7 +38,8 @@
    1.13  	# ARM
    1.14  	if [ -d "$install/usr/lib/mpg123" ]; then
    1.15  		cp -a $install/usr/lib/mpg123 $fs/usr/lib
    1.16 -		find $fs/usr/lib -name "*.la" -exec rm -f {} \;
    1.17 +		#mpg123 need *.la file to work
    1.18 +		#find $fs/usr/lib -name "*.la" -exec rm -f {} \;
    1.19  	fi
    1.20  	# Needed to work!!! Dont remove
    1.21  	cp $install/usr/lib/libmpg123.la $fs/usr/lib