updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / voxforge-am-julius / PKGBUILD
blobeb207e81fea09ce915f8d571b52ddfbacedce0c6
1 # Contributor: Muhammad Qadri <Muhammad dot A dot Qadri at gmail dot com>
2 pkgname=voxforge-am-julius
3 pkgver=2009.08.12
4 pkgrel=1
5 pkgdesc="Acoustic model information for use with Julius voice recognition software"
6 arch=('any')
7 url="http://www.voxforge.org/"
8 license=('GPL')
9 install=voxforge-am-julius.install
10 source=(http://www.repository.voxforge1.org/downloads/Nightly_Builds/AcousticModel-2009-08-12/Julius-3.5.2-Quickstart-Linux_AcousticModel-2009-08-12.tgz)
11 md5sums=('1a6afeda768e4cd6511c2ec895ebc150')
13 build() {
14   cd "$srcdir"
16   install -D julian.jconf $pkgdir/usr/share/voxforge/julius/julian.jconf
17   install -d $pkgdir/usr/share/voxforge/julius/grammar/
18   install -t $pkgdir/usr/share/voxforge/julius/grammar/ grammar/* 
19   install -d $pkgdir/usr/share/voxforge/julius/acoustic_model_files/
20   install -t $pkgdir/usr/share/voxforge/julius/acoustic_model_files/ acoustic_model_files/* 
23 # vim:set ts=2 sw=2 et: