wok-current rev 13264
Up: mpg123 to 1.14.4.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Aug 17 15:06:40 2012 +0000 (2012-08-17) |
parents | 6def5237e81e |
children | 790665a153fa |
files | mpg123-dev/receipt mpg123/receipt |
line diff
1.1 --- a/mpg123-dev/receipt Fri Aug 17 15:05:41 2012 +0000 1.2 +++ b/mpg123-dev/receipt Fri Aug 17 15:06:40 2012 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mpg123-dev" 1.7 -VERSION="1.13.8" 1.8 +VERSION="1.14.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="mpg123 development files" 1.11 MAINTAINER="devl547@gmail.com" 1.12 @@ -13,7 +13,7 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib 1.16 - cp -a $_pkg/usr/include $fs/usr 1.17 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.18 + cp -a $install/usr/include $fs/usr 1.19 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.20 } 1.21
2.1 --- a/mpg123/receipt Fri Aug 17 15:05:41 2012 +0000 2.2 +++ b/mpg123/receipt Fri Aug 17 15:06:40 2012 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="mpg123" 2.7 -VERSION="1.13.8" 2.8 +VERSION="1.14.4" 2.9 CATEGORY="multimedia" 2.10 SHORT_DESC="Command line audio player and streamer" 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -29,7 +29,7 @@ 2.13 { 2.14 # mpg123 needs the plugins libtool library file (.la) to work. 2.15 mkdir -p $fs/usr/lib 2.16 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.17 - cp -a $_pkg/usr/lib/mpg123 $fs/usr/lib 2.18 - cp -a $_pkg/usr/bin $fs/usr 2.19 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.20 + cp -a $install/usr/lib/mpg123 $fs/usr/lib 2.21 + cp -a $install/usr/bin $fs/usr 2.22 }