aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Denisov <pavel.a.denisov@gmail.com>2013-11-21 17:00:04 +0400
committerJustin Lecher <jlec@gentoo.org>2013-12-04 16:02:38 +0100
commit58ca8c9205d0827458609ad4608895019a507c4a (patch)
tree251a6584c0ca696d1015cfd3533c6ac9bcb290e2 /sci-misc/mitlm/mitlm-0.4.1.ebuild
parentdrop unneeded eclasses (diff)
downloadsci-58ca8c9205d0827458609ad4608895019a507c4a.tar.gz
sci-58ca8c9205d0827458609ad4608895019a507c4a.tar.bz2
sci-58ca8c9205d0827458609ad4608895019a507c4a.zip
sci-misc/mitlm: new ebuild
Package-Manager: portage-2.2.7
Diffstat (limited to 'sci-misc/mitlm/mitlm-0.4.1.ebuild')
-rw-r--r--sci-misc/mitlm/mitlm-0.4.1.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-misc/mitlm/mitlm-0.4.1.ebuild b/sci-misc/mitlm/mitlm-0.4.1.ebuild
new file mode 100644
index 000000000..b158a9340
--- /dev/null
+++ b/sci-misc/mitlm/mitlm-0.4.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit eutils flag-o-matic multilib
+
+DESCRIPTION="A set of tools designed for the efficient estimation of statistical n-gram language models"
+HOMEPAGE="https://code.google.com/p/mitlm/"
+SRC_URI="https://mitlm.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="MIT"
+
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ ./autogen.sh
+ econf || die "configure failed"
+}