/[gentoo-x86]/sci-biology/amos/amos-2.0.8-r1.ebuild
Gentoo

Contents of /sci-biology/amos/amos-2.0.8-r1.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Sun Jul 8 17:28:51 2012 UTC (10 months, 2 weeks ago) by jlec
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
FILE REMOVED
sci-biology/amos: Add fix for gcc-4.7, #425264; cleaned old

(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)

1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/sci-biology/amos/amos-2.0.8-r1.ebuild,v 1.1 2010/02/11 16:47:31 weaver Exp $
4
5 EAPI="2"
6
7 # qt3 is scheduled for removal, so don't depend on it - package compiles fine either way
8 #inherit eutils qt3
9 inherit eutils
10
11 DESCRIPTION="A Modular, Open-Source whole genome assembler"
12 HOMEPAGE="http://amos.sourceforge.net/"
13 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
14
15 LICENSE="GPL-2"
16 SLOT="0"
17 IUSE=""
18 KEYWORDS="amd64 x86"
19
20 #DEPEND=">=x11-libs/qt-3.3:3"
21 DEPEND=""
22 RDEPEND="${DEPEND}
23 dev-perl/DBI
24 sci-biology/mummer"
25
26 src_prepare() {
27 epatch "${FILESDIR}"/${P}-gcc44.patch
28 }
29
30 src_compile() {
31 emake -j1 || die "emake failed"
32 }
33
34 src_install() {
35 emake DESTDIR="${D}" install || die "emake install failed"
36 }

  ViewVC Help
Powered by ViewVC 1.1.13