aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2015-01-10 18:51:26 +0100
committerMarius Brehler <marbre@linux.sungazer.de>2015-01-10 18:51:26 +0100
commit49de1484da2ae49b3b7e2b218c6ea55214defaa6 (patch)
treea40ce79898861a0cbde8e46518cd780481ddd99f /sci-biology/rnaplex/rnaplex-0.2.ebuild
parentDrop unnecessary die (diff)
downloadsci-49de1484da2ae49b3b7e2b218c6ea55214defaa6.tar.gz
sci-49de1484da2ae49b3b7e2b218c6ea55214defaa6.tar.bz2
sci-49de1484da2ae49b3b7e2b218c6ea55214defaa6.zip
sci-biology/rnaplex: Fixes according to jlec's advices
Diffstat (limited to 'sci-biology/rnaplex/rnaplex-0.2.ebuild')
-rw-r--r--sci-biology/rnaplex/rnaplex-0.2.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/sci-biology/rnaplex/rnaplex-0.2.ebuild b/sci-biology/rnaplex/rnaplex-0.2.ebuild
index 1ac149959..d9e693b85 100644
--- a/sci-biology/rnaplex/rnaplex-0.2.ebuild
+++ b/sci-biology/rnaplex/rnaplex-0.2.ebuild
@@ -8,17 +8,11 @@ MY_P=RNAplex-${PV}
DESCRIPTION="RNA-RNA interaction search"
HOMEPAGE="http://www.bioinf.uni-leipzig.de/Software/RNAplex/"
-SRC_URI="http://www.bioinf.uni-leipzig.de/Software/RNAplex/RNAplex-0.2.tar.gz"
+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="${DEPEND}"
S=${WORKDIR}/${MY_P}
-
-src_install() {
- emake DESTDIR="${D}" install
-}