aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2019-10-29 11:31:21 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2019-10-29 11:31:21 +0300
commit17b50d1aaf5248df250278fce357f6aee6fe33b7 (patch)
tree5bb1ae2a777080c926fc90f930a1eab404ab89bd
parent[licenses] Add Janelia-1.2 (diff)
downloadsci-17b50d1aaf5248df250278fce357f6aee6fe33b7.tar.gz
sci-17b50d1aaf5248df250278fce357f6aee6fe33b7.tar.bz2
sci-17b50d1aaf5248df250278fce357f6aee6fe33b7.zip
sci-chemistry/ctffind: Add new package
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
-rw-r--r--sci-chemistry/ctffind/Manifest1
-rw-r--r--sci-chemistry/ctffind/ctffind-4.1.13.ebuild32
-rw-r--r--sci-chemistry/ctffind/metadata.xml12
3 files changed, 45 insertions, 0 deletions
diff --git a/sci-chemistry/ctffind/Manifest b/sci-chemistry/ctffind/Manifest
new file mode 100644
index 000000000..a0beaba8c
--- /dev/null
+++ b/sci-chemistry/ctffind/Manifest
@@ -0,0 +1 @@
+DIST ctffind-4.1.13.tar.gz 637267 BLAKE2B 89440d497c6cfe962fd6af14ebc78049ff7341f246bb794384337d7b69571e9123da2bb200f34bf6fdafd984e7f38a77ed1f11a2a4da30f1463b6cfdded0d247 SHA512 1523856b75431b1cdbc3d29336f7d59bf0e7ecee70573c79273a97661e75387aa78c91c3d337431a432e1b15760ca34ad2692832f2f57bdc37951d1bc03958eb
diff --git a/sci-chemistry/ctffind/ctffind-4.1.13.ebuild b/sci-chemistry/ctffind/ctffind-4.1.13.ebuild
new file mode 100644
index 000000000..50b098264
--- /dev/null
+++ b/sci-chemistry/ctffind/ctffind-4.1.13.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit wxwidgets
+
+DESCRIPTION="CTF estimation (ctffind, ctftilt)"
+HOMEPAGE="http://grigoriefflab.janelia.org/ctf"
+SRC_URI="http://grigoriefflab.janelia.org/sites/default/files/${P}.tar.gz"
+
+LICENSE="Janelia-1.2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ sci-libs/fftw:3.0
+ virtual/jpeg
+ media-libs/tiff
+ x11-libs/wxGTK:3.0
+"
+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"
+}
diff --git a/sci-chemistry/ctffind/metadata.xml b/sci-chemistry/ctffind/metadata.xml
new file mode 100644
index 000000000..7e9e870fd
--- /dev/null
+++ b/sci-chemistry/ctffind/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci-chemistry@gentoo.org</email>
+ <name>Gentoo Chemistry Project</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>alexxy@gentoo.org</email>
+ <name>Alexey Shvetsov</name>
+ </maintainer>
+</pkgmetadata>