aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2016-02-16 19:03:35 +0100
committerMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2016-02-16 19:03:35 +0100
commit2a8becfc2faa9ad23f8b0ee191fd7a2889156335 (patch)
treeeb1cbe4ab692cb4b3b7ced650902efd5f16afe35 /sci-biology/cross_genome/cross_genome-20140822.ebuild
parentsci-biology/phusion2: renamed a package; version bump; note that upstream sou... (diff)
downloadsci-2a8becfc2faa9ad23f8b0ee191fd7a2889156335.tar.gz
sci-2a8becfc2faa9ad23f8b0ee191fd7a2889156335.tar.bz2
sci-2a8becfc2faa9ad23f8b0ee191fd7a2889156335.zip
sci-biology/cross_genome: new a package somewhat belonging to the phusion2 software bundle
Package-Manager: portage-2.2.26
Diffstat (limited to 'sci-biology/cross_genome/cross_genome-20140822.ebuild')
-rw-r--r--sci-biology/cross_genome/cross_genome-20140822.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/sci-biology/cross_genome/cross_genome-20140822.ebuild b/sci-biology/cross_genome/cross_genome-20140822.ebuild
new file mode 100644
index 000000000..d85fec899
--- /dev/null
+++ b/sci-biology/cross_genome/cross_genome-20140822.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION="Genome scaffolding using cross-species synteny"
+HOMEPAGE="http://www.sanger.ac.uk/science/tools/crossgenome"
+SRC_URI="https://sourceforge.net/projects/phusion2/files/cross_genome/cross_genome.tar.gz -> cross_genome-20140822.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"
+
+src_prepare(){
+ sed -e 's/^CC =/# CC =/' -i Makefile || die
+ sed -e 's/^CFLAGS =/# CFLAGS =/' -i Makefile || die
+}
+
+src_install(){
+ dobin cross_genome.csh cross_genome
+ dodoc README
+}