1 # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
2 # Contributor: Tom Adams <tom@holizz.com>
7 pkgdesc="A portable toolkit primarily used for speech recognition research"
9 url="http://htk.eng.cam.ac.uk/"
10 license=('custom: Proprietary')
13 options=('!makeflags')
14 #source=(http://htk.eng.cam.ac.uk/ftp/software/HTK-$pkgver.tar.gz)
15 md5sums=('b3fc12006b0af12f59cd573c07aa4c1d')
20 #Note: HTK cannot be downloaded without a username/password. Use name and password from your registration here.
21 # wget --user=YOUR_USERNAME --password=YOUR_PASSWORD http://htk.eng.cam.ac.uk/ftp/software/HTK-$pkgver.tar.gz
25 install -d ${pkgdir}/usr
27 ./configure --prefix=${pkgdir}/usr
38 install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE