# Maintainer: Natanael Copa pkgname=espeak pkgver=1.45.04 pkgrel=0 pkgdesc="Speech synthesizer for English and other languages" url="http://espeak.sourceforge.net/" arch="all" license="GPL-3" subpackages="$pkgname-dev" depends= makedepends= source="http://downloads.sourceforge.net/project/espeak/espeak/espeak-${pkgver%.*}/espeak-$pkgver-source.zip" _builddir="$srcdir"/$pkgname-$pkgver-source build() { cd "$_builddir"/src make AUDIO=none || return 1 } package() { cd "$_builddir"/src make AUDIO=none DESTDIR="$pkgdir" install || return 1 } md5sums="6e810d2786b55cddb34f31b3eb813507 espeak-1.45.04-source.zip"