trietptm / pentoo

Automatically exported from code.google.com/p/pentoo
1 stars 0 forks source link

yara bump v3.3.0 #347

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit  git-r3
EAPI=5

DESCRIPTION="A malware identification and classification tool"
+HOMEPAGE="http://plusvic.github.io/yara/"
EGIT_REPO_URI="https://github.com/plusvic/yara.git"
#SRC_URI="https://github.com/plusvic/yara/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="python"

PDEPEND="python? ( ~dev-python/yara-python-${PV} )"

src_configure() {
    ./bootstrap.sh
    ./configure
}

Original issue reported on code.google.com by m...@michaellawrenceit.com on 6 Apr 2015 at 1:02

GoogleCodeExporter commented 9 years ago
fixed in r6474 . thanks!

Original comment by blshkv on 7 Apr 2015 at 3:18

GoogleCodeExporter commented 9 years ago
... and homepage updated as well, r6475

Original comment by blshkv on 7 Apr 2015 at 11:29

GoogleCodeExporter commented 9 years ago
please don't run ./bootstrap.sh or ./configure  This isn't proper at all.

./bootstrap.sh should be eautoreconf and ./configure should be econf

Original comment by sidhayn on 14 Apr 2015 at 2:09