# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Nonofficial ebuild by danielpi inherit eutils DESCRIPTION="High-performance, two-pass large vocabulary continuous speech recognition" HOMEPAGE="http://julius.sourceforge.jp/en_index.php" SRC_URI="http://prdownloads.sourceforge.jp/julius/31291/${P}.tar.gz" LICENSE="julius" SLOT="0" KEYWORDS="~x86" IUSE="" RESTRICT="" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/julius-4.0.2-makefile.patch } src_install() { emake DESTDIR="${D}" install || die }