mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-23 00:36:21 +01:00
25 lines
679 B
Bash
25 lines
679 B
Bash
# Copyright 1999-2004 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /root/portage/net-analyzer/sqlinject/sqlinject-1.1.ebuild,v 1.1.1.1 2006/03/21 14:30:26 grimmlin Exp $
|
|
|
|
DESCRIPTION="Python based fuzzer for multi protocols, and faultinject"
|
|
HOMEPAGE="http://www.whitehat.co.il/shadown/freetools.html"
|
|
SRC_URI="http://www.whitehat.co.il/shadown/freetools/${P}.tar.gz"
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~x86"
|
|
IUSE=""
|
|
|
|
DEPEND="dev-python/pyopenssl"
|
|
|
|
src_compile () {
|
|
einfo "Nothing to compile"
|
|
}
|
|
|
|
src_install () {
|
|
dodoc README TODO.txt AUTHORS
|
|
insinto /opt/"${PN}"/
|
|
insopts -m0755
|
|
doins *.py
|
|
dosbin "${FILESDIR}"/"${PN}"
|
|
}
|