diff options
author | 2013-11-21 18:56:17 +0400 | |
---|---|---|
committer | 2013-11-21 18:56:17 +0400 | |
commit | 1c256de41948dbc8ecb5b23acd7c015037ce123e (patch) | |
tree | e5ab9d14ff08c887dd3a85aec514febf506fe0df /sci-misc/openfst | |
parent | sci-misc/openfst: version bump, patch from Kaldi (diff) | |
download | sci-1c256de41948dbc8ecb5b23acd7c015037ce123e.tar.gz sci-1c256de41948dbc8ecb5b23acd7c015037ce123e.tar.bz2 sci-1c256de41948dbc8ecb5b23acd7c015037ce123e.zip |
ebuild cleanup
Diffstat (limited to 'sci-misc/openfst')
-rw-r--r-- | sci-misc/openfst/openfst-1.3.4.ebuild | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sci-misc/openfst/openfst-1.3.4.ebuild b/sci-misc/openfst/openfst-1.3.4.ebuild index 7a90629b1..70e39d14d 100644 --- a/sci-misc/openfst/openfst-1.3.4.ebuild +++ b/sci-misc/openfst/openfst-1.3.4.ebuild @@ -11,23 +11,11 @@ HOMEPAGE="http://www.openfst.org" SRC_URI="http://www.openfst.org/twiki/pub/FST/FstDownload/${P}.tar.gz" LICENSE="Apache-2.0" - SLOT="0" - KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - src_prepare() { - epatch "${FILESDIR}/kaldi.patch" || die "patch failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS NEWS README || die "docs missing" + epatch "${FILESDIR}/kaldi.patch" } src_test() { |