# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils eutils EAPI=3 DESCRIPTION="Prelude-IDS Correlation engine." HOMEPAGE="http://www.prelude-technologies.com" SRC_URI="${HOMEPAGE}/download/releases/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~sparc ~x86" DEPEND=">=dev-libs/libprelude-1.0.0 dev-libs/libpcre dev-python/setuptools" RDEPEND="${DEPEND}" # Note: prelude documentation mentions it requires 2.4 or later, but # in the changelog >2.6 is mentioned... # https://dev.prelude-technologies.com/wiki/1/InstallingPreludeCorrelator PYTHON_DEPEND="*:2.6" src_prepare() { distutils_src_prepare } src_install() { distutils_src_install }