blob: 4c6b6b6ba01e4219f44262648553766a4d28b258 [file] [log] [blame]
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
DESCRIPTION="A special version of RepBase used by RepeatMasker"
HOMEPAGE="http://repeatmasker.org/"
SRC_URI="repeatmaskerlibraries-${PV}.tar.gz"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
S="${WORKDIR}/Libraries"
RESTRICT="fetch"
pkg_nofetch() {
einfo "Please register and download repeatmaskerlibraries-${PV}.tar.gz"
einfo 'at http://www.girinst.org/'
einfo '(select the "Repbase Update - RepeatMasker edition" link)'
einfo 'and place it in '${DISTDIR}
}
src_install() {
insinto /usr/share/repeatmasker/Libraries
doins "${S}"/RepeatMaskerLib.embl
dodoc README
dohtml README.html
}