# HG changeset patch # User Christopher Rogers # Date 1345216000 0 # Node ID d7c8fa24dae5a2b33b50118c5bd305e225c15136 # Parent 6def5237e81e7214e73491657d2eda40ebbe6138 Up: mpg123 to 1.14.4. diff -r 6def5237e81e -r d7c8fa24dae5 mpg123-dev/receipt --- a/mpg123-dev/receipt Fri Aug 17 15:05:41 2012 +0000 +++ b/mpg123-dev/receipt Fri Aug 17 15:06:40 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mpg123-dev" -VERSION="1.13.8" +VERSION="1.14.4" CATEGORY="development" SHORT_DESC="mpg123 development files" MAINTAINER="devl547@gmail.com" @@ -13,7 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 6def5237e81e -r d7c8fa24dae5 mpg123/receipt --- a/mpg123/receipt Fri Aug 17 15:05:41 2012 +0000 +++ b/mpg123/receipt Fri Aug 17 15:06:40 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mpg123" -VERSION="1.13.8" +VERSION="1.14.4" CATEGORY="multimedia" SHORT_DESC="Command line audio player and streamer" MAINTAINER="pankso@slitaz.org" @@ -29,7 +29,7 @@ { # mpg123 needs the plugins libtool library file (.la) to work. mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/mpg123 $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/mpg123 $fs/usr/lib + cp -a $install/usr/bin $fs/usr }