# HG changeset patch # User Paul Issott # Date 1261310510 0 # Node ID 43851b0813ec1691dc515af2d1dbeed0e2b43d49 # Parent a72802ebd5a90d291d6c65c8a4d21a7879332744 Up: mpg123 (1.10.0) diff -r a72802ebd5a9 -r 43851b0813ec mpg123/receipt --- a/mpg123/receipt Sun Dec 20 11:41:43 2009 +0000 +++ b/mpg123/receipt Sun Dec 20 12:01:50 2009 +0000 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="mpg123" -VERSION="1.8.0" +VERSION="1.10.0" CATEGORY="multimedia" -SHORT_DESC="Command line audi player and streamer" +SHORT_DESC="Command line audio player and streamer" MAINTAINER="pankso@slitaz.org" DEPENDS="alsa-lib libtool" BUILD_DEPENDS="alsa-lib-dev" @@ -27,9 +27,9 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - # mpg123 need the plugins libtool library file (.la) to work. + # 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/lib/mpg123 $fs/usr/lib cp -a $_pkg/usr/bin $fs/usr }