aboutsummaryrefslogtreecommitdiff
blob: bef71e6aedfada2fb5b0116bac1b9278035df352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

DESCRIPTION="convert dssp to pdb"
HOMEPAGE="http://structure.usc.edu/dssp2pdb/"
SRC_URI="http://dev.gentooexperimental.org/~jlec/distfiles/${P}.tar"

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

RDEPEND="
	dev-lang/perl
	sci-chemistry/dssp"
DEPEND=""

src_install() {
	dobin ${PN}
}