prelude-nessus-20021107.ebuild 504 B

1234567891011121314151617181920212223242526
  1. # Copyright 1999-2012 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=4
  4. DESCRIPTION="Nessus Correlation support for Prelude-IDS"
  5. HOMEPAGE="http://www.rstack.org/oudot/prelude/correlation/"
  6. MY_P="${P/nessus/correlation}"
  7. SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. KEYWORDS="~amd64 ~ppc x86"
  11. IUSE=""
  12. DEPEND="dev-lang/perl"
  13. S=${WORKDIR}/${MY_P}
  14. src_install() {
  15. dobin *.pl
  16. dodoc CORRELATION_README EXAMPLES NEWS vuln.conf_example
  17. }