# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Reactive Autonomous Blackhole List client" HOMEPAGE="http://www.nuclearelephant.com/projects/rabl/" SRC_URI="http://www.nuclearelephant.com/projects/rabl/sources/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="" src_compile() { MY_CONF=" --prefix=/usr --sysconfdir=/etc/${PN} " econf ${MY_CONF} || die "econf failed" emake } src_install() { make DESTDIR="${D}" install || die "Install failed" # installer failed to install /etc/${PN}/rabl_client.conf # which is harmless because the ebuild does it insinto /etc/${PN} newins rabl_client.conf rabl_client.conf-dist dodoc CHANGE dodoc RELEASE.NOTES dodoc README }