aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-02-04 06:42:50 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-02-04 06:42:50 +0100
commita9ad84affbf5a38c4e689c715731f16d5bb199f6 (patch)
tree82797d91d7803b810e85f7de42dda1292273b580
parentsci-biology/snphylo: remove pack (diff)
downloadsci-a9ad84affbf5a38c4e689c715731f16d5bb199f6.tar.gz
sci-a9ad84affbf5a38c4e689c715731f16d5bb199f6.tar.bz2
sci-a9ad84affbf5a38c4e689c715731f16d5bb199f6.zip
sci-biology/sra_sdk: call configure correctly for this pack
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--sci-biology/sra_sdk/sra_sdk-2.10.9.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/sci-biology/sra_sdk/sra_sdk-2.10.9.ebuild b/sci-biology/sra_sdk/sra_sdk-2.10.9.ebuild
index 53e317b5b..ef1c8a5d6 100644
--- a/sci-biology/sra_sdk/sra_sdk-2.10.9.ebuild
+++ b/sci-biology/sra_sdk/sra_sdk-2.10.9.ebuild
@@ -9,6 +9,7 @@ SRC_URI="https://github.com/ncbi/sra-tools/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
+# missing dep ngs-sdk
KEYWORDS=""
DEPEND="
@@ -20,6 +21,11 @@ RDEPEND="${DEPEND}"
S="${WORKDIR}/sra-tools-${PV}"
+src_configure() {
+ # this is some non-standard configure script
+ ./configure || die
+}
+
src_compile(){
emake OUTDIR="${WORKDIR}"/objdir out
emake dynamic