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