updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / htk / PKGBUILD
blobdaa91debec71846133d0dedceac62fc0606b638d
1 # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
2 # Contributor: Tom Adams <tom@holizz.com>
4 pkgname=htk
5 pkgver=3.4.1
6 pkgrel=1
7 pkgdesc="A portable toolkit primarily used for speech recognition research"
8 arch=('i686')
9 url="http://htk.eng.cam.ac.uk/"
10 license=('custom: Proprietary')
11 depends=('libx11')
12 makedepends=('wget')
13 options=('!makeflags')
14 #source=(http://htk.eng.cam.ac.uk/ftp/software/HTK-$pkgver.tar.gz)
15 md5sums=('b3fc12006b0af12f59cd573c07aa4c1d')
17 build() {
18   cd ${srcdir}
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
23   cd ${srcdir}/$pkgname
25   install -d ${pkgdir}/usr
27   ./configure --prefix=${pkgdir}/usr
28   make
29   make all
32 package() {
33   cd ${srcdir}/$pkgname
35   make install
37 #License
38   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE