# Compiling Time: 0.01 SBU # Maintainer: Miklos Vajna pkgname=mbrola pkgver=3.3 pkgrel=1 pkgdesc="Speech synthesizer based on the concatenation of diphones." url="http://tcts.fpms.ac.be/synthesis/mbrola/" depends=('glibc') groups=('apps-extra') archs=('x86_64') _F_github_author=numediart _F_github_tag=y Finclude github sha1sums=('ebf557a0b03936892169d4bacdeec013c0c91098') _F_cd_path="MBROLA-$pkgver" _F_make_opts+=" -j1" build() { Fmake Fexerel Bin/mbrola usr/bin/mbrola Fmkdir /usr/share/mbrola # this symlink is needed by java apps like freetts Fln /usr/bin/mbrola /usr/share/mbrola/mbrola } # optimization OK