wok diff portaudio/receipt @ rev 11661

syslinux: help.en (tiny edits)
author Paul Issott <paul@slitaz.org>
date Sun Feb 12 21:27:40 2012 +0000 (2012-02-12)
parents 320dd5f8c70e
children 218ae766f650
line diff
     1.1 --- a/portaudio/receipt	Thu Oct 21 21:56:09 2010 +0000
     1.2 +++ b/portaudio/receipt	Sun Feb 12 21:27:40 2012 +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  }