aboutsummaryrefslogtreecommitdiff
blob: ae4ced4e56327f8b1e1392102efeb259527465d5 (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 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

WX_GTK_VER="3.0-gtk3"
inherit wxwidgets

DESCRIPTION="CTF estimation (ctffind, ctftilt)"
HOMEPAGE="https://grigoriefflab.umassmed.edu/"
SRC_URI="https://grigoriefflab.umassmed.edu/system/tdf?path=ctffind-${PV}.tar.gz&file=1&type=node&id=26 -> ${P}.tar.gz"

LICENSE="Janelia-1.2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="
	sci-libs/fftw:3.0
	virtual/jpeg
	media-libs/tiff
	x11-libs/wxGTK:*
"
RDEPEND="${DEPEND}"
BDEPEND="
	${DEPEND}
	virtual/pkgconfig"

src_prepare() {
	default
	sed /pdb/d -i src/core/core_headers.h || die "removing pdb.h failed"
	sed /water/d -i src/core/core_headers.h || die "removing water.h failed"
}

src_configure() {
	setup-wxwidgets
	default
}