wok diff espeak/receipt @ rev 16332

znc: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 11 06:13:22 2014 +0000 (2014-04-11)
parents b57c98f49e55
children d6bd3fc6e0bd
line diff
     1.1 --- a/espeak/receipt	Mon Oct 17 03:01:39 2011 +0000
     1.2 +++ b/espeak/receipt	Fri Apr 11 06:13:22 2014 +0000
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="misc"
     1.5  SHORT_DESC="Speech synthesizer."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="portaudio jack-audio-connection-kit"
     1.8 -BUILD_DEPENDS="$DEPENDS portaudio-dev jack-audio-connection-kit-dev"
     1.9 +LICENSE="GPL3"
    1.10  TARBALL="$PACKAGE-$VERSION-source.zip"
    1.11  WEB_SITE="http://espeak.sourceforge.net/"
    1.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.13  TAGS="speech synthesis"
    1.14  
    1.15 +DEPENDS="portaudio jack-audio-connection-kit"
    1.16 +BUILD_DEPENDS="$DEPENDS portaudio-dev jack-audio-connection-kit-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -21,7 +23,7 @@
    1.22  	# Using portaudio v19
    1.23  	cp portaudio19.h portaudio.h
    1.24  	
    1.25 -	make && make DESTDIR=$src/_pkg install
    1.26 +	make && make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 @@ -29,9 +31,9 @@
    1.31  {
    1.32  	
    1.33  	mkdir -p $fs/usr/lib
    1.34 -	cp -a $_pkg/usr/bin $fs/usr
    1.35 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.36 -	cp -a $_pkg/usr/share $fs/usr
    1.37 +	cp -a $install/usr/bin $fs/usr
    1.38 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.39 +	cp -a $install/usr/share $fs/usr
    1.40  	
    1.41  	# Make symlink
    1.42  	#cd $fs/usr/lib