aboutsummaryrefslogtreecommitdiff
blob: 514d454af2f312b78980c5c2b69f94c6d30a0edb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/mauvealigner/mauvealigner-9999.ebuild,v 1.1 2009/04/17 18:03:19 weaver Exp $

EAPI="2"

ESVN_REPO_URI="https://ghmm.svn.sourceforge.net/svnroot/ghmm/trunk/ghmm"

inherit subversion

DESCRIPTION="General Hidden Markov Model library - efficient data structures and algorithms for HMMs"
HOMEPAGE="http://ghmm.sourceforge.net/"
SRC_URI=""

LICENSE="LGPL-2.1"
SLOT="0"
IUSE=""
KEYWORDS=""

CDEPEND=""
DEPEND="${CDEPEND}"
RDEPEND="${CDEPEND}"

S="${WORKDIR}/${PN}"

src_prepare() {
	./autogen.sh
}

src_configure() {
	econf
	# fixme: hack
	sed -i 's|^prefix = \(.*\)|prefix = ${D}/usr|' {ghmmwrapper,HMMEd}/Makefile || die
}

src_install() {
	einstall || die
}