# $Id: PKGBUILD 47974 2009-07-30 01:50:26Z eric $ # Maintainer: Simo Leone # Contributor: Simo Leone pkgname=festival-kallpc16k pkgver=1.95 pkgrel=3 pkgdesc="British English RP male speaker" arch=('any') url="http://www.cstr.ed.ac.uk/projects/festival/" license=('custom') depends=('festival') source=(http://www.cstr.ed.ac.uk/downloads/festival/$pkgver/festvox_kallpc16k.tar.gz) md5sums=('abbd12e1d04ecdcae07f1d0044f3a947') sha1sums=('ad18502ae0fd10bdc3db189fa9afa8a167eceebb') build() { cd "$srcdir" mkdir -p "$pkgdir/usr/share/festival" cp -a festival/lib/voices "$pkgdir/usr/share/festival" || return 1 install -D -m644 festival/lib/voices/english/kal_diphone/COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1 }