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/readseq/readseq-20080420-r1.ebuild

43 lines
1.1 KiB

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/readseq/readseq-20080420-r1.ebuild,v 1.2 2014/08/10 20:31:52 slyfox Exp $
EAPI=5
inherit java-pkg-2 java-ant-2
MY_P="${PN}-source-${PV}"
DESCRIPTION="Reads and writes nucleic/protein sequences in various formats"
HOMEPAGE="http://iubio.bio.indiana.edu/soft/molbio/readseq/"
# Originally unversioned at
# http://iubio.bio.indiana.edu/soft/molbio/readseq/java/readseq-source.zip.
# Renamed to the date of the modification and mirrored
SRC_URI="http://dev.gentoo.org/~dberkholz/distfiles/${MY_P}.zip"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="!=sci-biology/meme-4.8.1
>=virtual/jre-1.4"
DEPEND=">=virtual/jdk-1.4
app-arch/unzip"
S=${WORKDIR}
java_prepare() {
rm "${S}"/lib/* || die
epatch "${FILESDIR}"/${PV}-*
}
src_install() {
java-pkg_dojar build/readseq.jar
java-pkg_dolauncher
}
pkg_postinst() {
elog "Documentation is available at"
elog "http://iubio.bio.indiana.edu/soft/molbio/readseq/java/Readseq2-help.html"
}