aboutsummaryrefslogtreecommitdiff
blob: 4422579c67ed2558c5608ea2e60599150aefa6d8 (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
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

MY_PN="BioTools"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Additional scripts for rosetta"
HOMEPAGE="http://www.rosettacommons.org/ http://dylans-biotools.sourceforge.net/"
SRC_URI="${MY_P}.tgz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="fetch"

RDEPEND="dev-lang/perl"

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

src_install() {
	for x in $(ls *.pl); do
		newbin ${x} ${x%.pl} || die "failed to install ${x}"
	done
}