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