# Copyright 2004 Anders Bruun Olsen <anders@bruun-olsen.net> # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Epylog is a syslog parser written in Python" HOMEPAGE="http://linux.duke.edu/projects/epylog/" SRC_URI="http://linux.duke.edu/projects/epylog/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/python-2.2" S=${WORKDIR}/${P} #src_compile() { # econf || die # emake || die "emake failed" #} src_install() { make DESTDIR=${D} install || die #einstall || die }