diff options
Diffstat (limited to 'sci-biology/rnaplex/rnaplex-0.2.ebuild')
-rw-r--r-- | sci-biology/rnaplex/rnaplex-0.2.ebuild | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/sci-biology/rnaplex/rnaplex-0.2.ebuild b/sci-biology/rnaplex/rnaplex-0.2.ebuild index f2a91990c..d9e693b85 100644 --- a/sci-biology/rnaplex/rnaplex-0.2.ebuild +++ b/sci-biology/rnaplex/rnaplex-0.2.ebuild @@ -1,24 +1,18 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 +EAPI=5 MY_P=RNAplex-${PV} DESCRIPTION="RNA-RNA interaction search" -HOMEPAGE="http://www.tbi.univie.ac.at/~htafer/" -SRC_URI="http://www.tbi.univie.ac.at/~htafer/RNAplex/${MY_P}.tar.gz" +HOMEPAGE="http://www.bioinf.uni-leipzig.de/Software/RNAplex/" +SRC_URI="http://www.bioinf.uni-leipzig.de/Software/RNAplex/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="" KEYWORDS="~amd64 ~x86" -DEPEND="" -RDEPEND="" S=${WORKDIR}/${MY_P} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" -} |