summaryrefslogtreecommitdiff
blob: 659d86c0b3a07796780402af5547b3eb7318e9ea (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
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/fsk/.cvsroot/AutoPrime/ebuilds/sci-biology/autoprime/autoprime-2.0.0.ebuild,v 1.1.1.1 2005/09/03 20:17:54 fsk Exp $

inherit perl-module

MY_P=${P/autoprime/AutoPrime}

CATEGORY="sci-biology"

DESCRIPTION="A command line tool to generate primers for RT-PCR"
HOMEPAGE="http://www.autoprime.de/"
SRC_URI="http://www.gunnarwrobel.de/downloads/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=">=sci-biology/bioperl-1.4
	>=sci-biology/repbase-9.12
	>=sci-biology/primer3-1.0.0
	"

src_compile()
{
	cd ${WORKDIR}/${MY_P}

	perl-module_src_compile
}

src_install()
{
	cd ${WORKDIR}/${MY_P}

	perl-module_src_install
}