# Maintainer: Muflone # Contributor: Changaco pkgname=mbrola-voices-nl2 pkgver=990507 pkgrel=2 _pkgfile=nl2 pkgdesc="A Dutch male voice for the MBROLA synthesizer" arch=(any) url="http://tcts.fpms.ac.be/synthesis/mbrola.html" groups=(mbrola-voices-nl mbrola-voices gespeaker-mbrola-voices) depends=(mbrola) license=(custom) source=("http://tcts.fpms.ac.be/synthesis/mbrola/dba/${_pkgfile}/${_pkgfile}-${pkgver}.zip") md5sums=('2e55bcec092a4d760badd5a6eb421d43') package(){ cd "${srcdir}/${_pkgfile}" # Install license file install -D -m 644 "license.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" # Install files for file in nl2 nl2.txt TEST/* do install -D -m 644 "${file}" "${pkgdir}/usr/share/mbrola/${_pkgfile}/${file}" done }