wok-current diff audiofile/receipt @ rev 13296
Add dukto
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 28 13:52:43 2012 +0200 (2012-08-28) |
parents | 01d294e2fcd0 |
children | 380ffe05937a |
line diff
1.1 --- a/audiofile/receipt Thu Apr 19 07:36:56 2012 +0000 1.2 +++ b/audiofile/receipt Tue Aug 28 13:52:43 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="audiofile" 1.7 -VERSION="0.3.3" 1.8 +VERSION="0.3.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="provides a uniform and elegant API for accessing a variety of audio file formats" 1.11 MAINTAINER="allan316@gmail.com" 1.12 @@ -26,7 +26,7 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib 1.16 - cp -a $_pkg/usr/bin $fs/usr 1.17 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.18 + cp -a $install/usr/bin $fs/usr 1.19 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.20 } 1.21