wok diff mpg123/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents f7b559e8d31d
children 76b72f1ad63c
line diff
     1.1 --- a/mpg123/receipt	Thu Apr 19 07:21:40 2012 +0000
     1.2 +++ b/mpg123/receipt	Thu Oct 04 11:53:21 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mpg123"
     1.7 -VERSION="1.13.8"
     1.8 +VERSION="1.14.4"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Command line audio player and streamer"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -29,7 +29,7 @@
    1.13  {
    1.14  	# mpg123 needs the plugins libtool library file (.la) to work.
    1.15  	mkdir -p $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/lib/mpg123 $fs/usr/lib
    1.18 -	cp -a $_pkg/usr/bin $fs/usr
    1.19 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.20 +	cp -a $install/usr/lib/mpg123 $fs/usr/lib
    1.21 +	cp -a $install/usr/bin $fs/usr
    1.22  }