wok diff audiofile/receipt @ rev 14000
Up: emacs-pkg-lua-mode (20111107)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Feb 14 13:36:00 2013 +0100 (2013-02-14) |
parents | 01d294e2fcd0 |
children | 380ffe05937a |
line diff
1.1 --- a/audiofile/receipt Thu Apr 19 07:36:56 2012 +0000 1.2 +++ b/audiofile/receipt Thu Feb 14 13:36:00 2013 +0100 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