You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-biology/repeatmasker-libraries/repeatmasker-libraries-2009...

33 lines
874 B

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/repeatmasker-libraries/repeatmasker-libraries-20090604.ebuild,v 1.1 2009/08/20 13:40:27 weaver Exp $
DESCRIPTION="A special version of RepBase used by RepeatMasker"
HOMEPAGE="http://repeatmasker.org/"
SRC_URI="repeatmaskerlibraries-${PV}.tar.gz"
LICENSE="as-is"
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() {
dodir /usr/share/repeatmasker/Libraries
insinto /usr/share/repeatmasker/Libraries
doins "${S}/"*
}