wok-stable diff portaudio/receipt @ rev 11790
Up: glpi(0.80.7)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Feb 25 00:57:17 2012 +0100 (2012-02-25) |
parents | 320dd5f8c70e |
children |
line diff
1.1 --- a/portaudio/receipt Thu Oct 21 21:56:09 2010 +0000 1.2 +++ b/portaudio/receipt Sat Feb 25 00:57:17 2012 +0100 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 }