wok rev 4627
Up: mpg123 (1.10.0)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sun Dec 20 12:01:50 2009 +0000 (2009-12-20) |
parents | a72802ebd5a9 |
children | 59f353e896ed |
files | mpg123/receipt |
line diff
1.1 --- a/mpg123/receipt Sun Dec 20 11:41:43 2009 +0000 1.2 +++ b/mpg123/receipt Sun Dec 20 12:01:50 2009 +0000 1.3 @@ -1,9 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mpg123" 1.7 -VERSION="1.8.0" 1.8 +VERSION="1.10.0" 1.9 CATEGORY="multimedia" 1.10 -SHORT_DESC="Command line audi player and streamer" 1.11 +SHORT_DESC="Command line audio player and streamer" 1.12 MAINTAINER="pankso@slitaz.org" 1.13 DEPENDS="alsa-lib libtool" 1.14 BUILD_DEPENDS="alsa-lib-dev" 1.15 @@ -27,9 +27,9 @@ 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 { 1.19 - # mpg123 need the plugins libtool library file (.la) to work. 1.20 + # mpg123 needs the plugins libtool library file (.la) to work. 1.21 mkdir -p $fs/usr/lib 1.22 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.23 - cp -a $_pkg/usr/lib/mpg123 $fs/usr/lib 1.24 + #cp -a $_pkg/usr/lib/mpg123 $fs/usr/lib 1.25 cp -a $_pkg/usr/bin $fs/usr 1.26 }