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

EAPI=4

inherit base eutils

DESCRIPTION="Chemical drawing tool"
HOMEPAGE="http://www.autistici.org/interzona/index.php?mod=03_Bist/"
SRC_URI="http://www.autistici.org/interzona/ftrack.php?url=sections/06_Download/${P}.tar.gz"

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

RDEPEND="
	media-libs/plotutils
	net-misc/curl
	dev-libs/expat
	sci-chemistry/openbabel
	sci-libs/gsl
	x11-libs/fltk:1"
DEPEND="${RDEPEND}"

src_prepare() {
	use amd64 && epatch "${FILESDIR}/${P}-bracket.patch"
	epatch "${FILESDIR}/${P}-install.patch"
}