mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-09 09:56:00 +01:00
18 lines
406 B
Bash
18 lines
406 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /root/portage/app-fuzz/http-fuzz/http-fuzz-0.1.ebuild,v 1.1.1.1 2006/03/08 21:22:06 grimmlin Exp $
|
|
|
|
DESCRIPTION="A http fuzzer"
|
|
HOMEPAGE="none"
|
|
SRC_URI=""
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~x86 ~amd64 ~ppc"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
|
|
src_install() {
|
|
newbin "${FILESDIR}"/"${PN}".pl "${PN}"
|
|
}
|