# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="GUI client that provides realtime events from snort/barnyard" HOMEPAGE="http://sguil.sourceforge.net/" MY_PN=${PN/-*/} SRC_URI="mirror://sourceforge/${MY_PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="ssl" DEPEND="" RDEPEND=" dev-lang/tk dev-tcltk/tclx dev-tcltk/itcl dev-tcltk/iwidgets dev-tcltk/tcllib ssl? ( dev-tcltk/tls ) " S="${WORKDIR}/${MY_PN}-${PV}" src_install() { dodoc doc/* dodoc client/sguil.conf dobin client/sguil.tk dolib client/lib/*.tcl } pkg_postinst() { einfo "sample sguil.conf was installed under /usr/share/doc/${P}" einfo "to run the client, execute" einfo "> zcat /usr/share/doc/${P}/sguil.conf.gz > \$HOME/sguil.conf" einfo "> squil.tk" }