summaryrefslogtreecommitdiff
blob: 7b5dd789a27567b4ffa08e07fb064a1cf49e84bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/wasabi/wasabi-0.1.ebuild,v 1.4 2004/06/16 14:26:41 ciaranm Exp $

DESCRIPTION="Log parsing and notification program"
HOMEPAGE="http://www.gentoo.org/~lcars/wasabi"
SRC_URI="mirror://gentoo/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc"
IUSE=""

DEPEND="dev-perl/Storable
	    dev-perl/BerkeleyDB"

src_install() {
	doman wasabi.8
	dosbin wasabi
	exeinto /etc/init.d
	newexe ${FILESDIR}/wasabi.init wasabi
	insinto /etc ; doins wasabi.conf
}

pkg_postinst() {
	einfo
	einfo "Remember that you have to emerge File-Tail when not using options"
	einfo "'set fifo' or 'set tail'"
	einfo
}