]> Pileus Git - ~andy/sunrise/blob - sci-biology/sibsim4/sibsim4-0.15.ebuild
80475629d9f43c3a470309f41c9eeb3b479fd6a1
[~andy/sunrise] / sci-biology / sibsim4 / sibsim4-0.15.ebuild
1 # Copyright 1999-2007 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 MY_P="SIBsim4-${PV}"
6 DESCRIPTION="A rewrite and improvement upon sim4, a DNA-mRNA aligner"
7 HOMEPAGE="http://sibsim4.sourceforge.net/"
8 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 IUSE=""
13 KEYWORDS="~x86"
14
15 DEPEND=""
16 RDEPEND=""
17
18 S="${WORKDIR}/${MY_P}"
19
20 src_unpack() {
21         unpack ${A}
22         sed -i 's/CFLAGS = \(.*\)/CFLAGS := \1 ${CFLAGS}/' "${S}"/Makefile
23 }
24
25 src_install() {
26         dobin SIBsim4
27         doman SIBsim4.1
28 }