# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit distutils flag-o-matic versionator MY_P="${PN}-$(replace_version_separator 3 '-')" DESCRIPTION="Prelude-IDS Frontend" HOMEPAGE="http://www.prelude-ids.org/" SRC_URI="http://www.prelude-ids.org/download/releases/${MY_P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86 ~sparc ~ppc" IUSE="" DEPEND=">=dev-lang/python-2.3 dev-python/cheetah" S=${WORKDIR}/${MY_P} src_install() { # NOTE: distutils_src_install doesn't work ##distutils_src_install --prefix ${D} python setup.py install --prefix=${D} || die } pkg_postinst() { einfo "For additional installation instructions go to" einfo "https://trac.prelude-ids.org/wiki/InstallingPrewikka" }