You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/labrea/labrea-2.5-r2.ebuild

41 lines
804 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit autotools eutils
DESCRIPTION="'Sticky' Honeypot and IDS"
HOMEPAGE="http://labrea.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}-stable-1.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
DEPEND="net-libs/libpcap
>=dev-libs/libdnet-1.7"
RDEPEND="${DEPEND}"
MY_P="${P}-stable-1"
S=${WORKDIR}/${MY_P}
DOCS=( AUTHORS ChangeLog README TODO NEWS )
src_prepare() {
epatch "${FILESDIR}"/${P}-stable-1-incdir.patch
eautoreconf
}
src_install() {
default
newdoc INSTALL README.first
}
pkg_postinst() {
ewarn "Before using this package READ the INSTALL and README"
ewarn "as the author states that it can cause serious problems on your network."
}