wok diff portaudio/receipt @ rev 9124

hal-cups-utils: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 05 18:36:40 2011 +0100 (2011-03-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	Sat Mar 05 18:36:40 2011 +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  }