wok-current diff portaudio/receipt @ rev 9488
Fixed libglade to make sure libglade-convert is in DESTDIR/usr/bin folder.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Apr 05 12:33:43 2011 +0000 (2011-04-05) |
parents | 320dd5f8c70e |
children | 218ae766f650 |
line diff
1.1 --- a/portaudio/receipt Thu Oct 21 21:56:09 2010 +0000 1.2 +++ b/portaudio/receipt Tue Apr 05 12:33:43 2011 +0000 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 }