2015-08-04 08:59:06 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2012-08-15 10:25:14 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2012-08-15 10:25:14 +04:00
|
|
|
|
|
|
|
EAPI=4
|
|
|
|
|
|
|
|
inherit cmake-utils
|
|
|
|
|
|
|
|
MY_P="${PN}${PV}_src"
|
|
|
|
|
|
|
|
DESCRIPTION="Fast, accurate chimera detection"
|
|
|
|
HOMEPAGE="http://www.drive5.com/uchime/"
|
|
|
|
SRC_URI="http://drive5.com/${PN}/${MY_P}.tar.gz"
|
|
|
|
|
|
|
|
SLOT="0"
|
|
|
|
LICENSE="public-domain"
|
2015-09-25 22:18:02 +03:00
|
|
|
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
|
2012-08-15 10:25:14 +04:00
|
|
|
IUSE="debug"
|
|
|
|
|
|
|
|
S="${WORKDIR}"/${MY_P}
|
|
|
|
|
|
|
|
src_prepare() {
|
|
|
|
cp "${FILESDIR}"/CMakeLists.txt . || die
|
|
|
|
}
|