diff options
Diffstat (limited to 'net-analyzer/prewikka/prewikka-0.9.15.ebuild')
-rw-r--r-- | net-analyzer/prewikka/prewikka-0.9.15.ebuild | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/net-analyzer/prewikka/prewikka-0.9.15.ebuild b/net-analyzer/prewikka/prewikka-0.9.15.ebuild new file mode 100644 index 000000000000..eab504d63bf2 --- /dev/null +++ b/net-analyzer/prewikka/prewikka-0.9.15.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/prewikka/prewikka-0.9.15.ebuild,v 1.1 2009/07/12 19:13:23 halcy0n Exp $ + +EAPI="2" + +inherit distutils + +DESCRIPTION="Prelude-IDS Frontend" +HOMEPAGE="http://www.prelude-ids.org/" +SRC_URI="http://www.prelude-ids.org/download/releases/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-lang/python-2.3 + >=dev-python/cheetah-0.9.18 + >=dev-libs/libprelude-0.9.0[python] + >=dev-libs/libpreludedb-0.9.0" +RDEPEND="${DEPEND}" + +src_install() { + distutils_src_install + mv "${D}"/etc/prewikka/prewikka.conf \ + "${D}"/etc/prewikka/prewikka.conf-sample + fperms 640 /etc/prewikka/prewikka.conf-sample +} + +pkg_postinst() { + elog + elog "For additional installation instructions go to" + elog "https://trac.prelude-ids.org/wiki/InstallingPrewikka" + elog + elog "The default config from the website is installed as" + elog "/etc/prewikka/prewikka.conf-sample" + elog "Remember to chgrp the conf file so it is readable by your" + elog "http server's group" +} |