wok rev 4747

Up: espeak (1.42.04)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jan 08 12:20:47 2010 +0100 (2010-01-08)
parents 437106c908f9
children 903304956fc2
files espeak/receipt
line diff
     1.1 --- a/espeak/receipt	Fri Jan 08 11:35:58 2010 +0100
     1.2 +++ b/espeak/receipt	Fri Jan 08 12:20:47 2010 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="espeak"
     1.7 -VERSION="1.40.02"
     1.8 +VERSION="1.42.04"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Speech synthesizer"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -9,8 +9,7 @@
    1.13  BUILD_DEPENDS="portaudio-dev"
    1.14  TARBALL="$PACKAGE-$VERSION-source.zip"
    1.15  WEB_SITE="http://espeak.sourceforge.net/"
    1.16 -WGET_URL="http://master.dl.sourceforge.net/sourceforge/espeak/$TARBALL"
    1.17 -
    1.18 +WGET_URL="http://sourceforge.net/projects/espeak/files/espeak/$TARBALL"
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 @@ -35,7 +34,7 @@
    1.23  	
    1.24  	# Make symlink
    1.25  	cd $fs/usr/lib
    1.26 -	ln -s libespeak.so.1.1.40 libespeak.so.1
    1.27 +	ln -s libespeak.so.1.1.42 libespeak.so.1
    1.28  }
    1.29  
    1.30  clean_wok()