wok-next diff espeak/receipt @ rev 21370

updated minidlna (1.1.4 -> 1.2.1)
author Hans-G?nter Theisgen
date Thu Apr 16 09:58:07 2020 +0100 (2020-04-16)
parents 8940878905f3
children
line diff
     1.1 --- a/espeak/receipt	Tue Mar 06 03:00:01 2018 +0200
     1.2 +++ b/espeak/receipt	Thu Apr 16 09:58:07 2020 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="1.45.05"
     1.5  CATEGORY="misc"
     1.6  SHORT_DESC="Speech synthesizer"
     1.7 -MAINTAINER="erjo@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL3"
    1.10  WEB_SITE="http://espeak.sourceforge.net/"
    1.11  
    1.12 @@ -12,7 +12,7 @@
    1.13  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.14  
    1.15  BUILD_DEPENDS="portaudio-dev jack-dev"
    1.16 -SPLIT="espeak-dev"
    1.17 +SPLIT="$PACKAGE-dev"
    1.18  
    1.19  compile_rules() {
    1.20  	[ -d $src-source ] && mv $src-source $PACKAGE-$VERSION 2>/dev/null
    1.21 @@ -21,7 +21,8 @@
    1.22  	# Using portaudio v19
    1.23  	cp portaudio19.h portaudio.h
    1.24  
    1.25 -	make && make DESTDIR=$DESTDIR install
    1.26 +	make &&
    1.27 +	make DESTDIR=$install install
    1.28  }
    1.29  
    1.30  genpkg_rules() {