wok-current diff portaudio/receipt @ rev 10595
samba: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 26 12:47:25 2011 +0200 (2011-05-26) |
parents | 320dd5f8c70e |
children | 218ae766f650 |
line diff
1.1 --- a/portaudio/receipt Thu Oct 21 21:56:09 2010 +0000 1.2 +++ b/portaudio/receipt Thu May 26 12:47:25 2011 +0200 1.3 @@ -15,7 +15,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - src=$PACKAGE 1.8 cd $src 1.9 ./configure --prefix=/usr \ 1.10 --infodir=/usr/share/info \ 1.11 @@ -27,8 +26,6 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - _pkg=$WOK/$PACKAGE/$PACKAGE/_pkg 1.16 - 1.17 mkdir -p $fs/usr/lib 1.18 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.19 }