app-fuzz/bed - 0.5 (pentoo)

Search

Package Information

Description:
BED is a multi-protocol fuzzer written in perl
Homepage:
https://www.aldeid.com/wiki/Bed
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.5 8 ~x86 ~amd64 0
View Raw Ebuild
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="BED is a multi-protocol fuzzer written in perl"
HOMEPAGE="https://www.aldeid.com/wiki/Bed"
SRC_URI="http://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND=""
RDEPEND="dev-lang/perl"

S=${WORKDIR}/${PN}

src_compile () {
	einfo "Nothing to compile"
}

src_install () {
	exeinto /opt/bed/
	doexe bed.pl
	insinto /opt/bed/bedmod/
	doins bedmod/*
	dosbin "${FILESDIR}"/bed
}

Dependencies

RDEPEND

dev-lang/perl

Manifest for 0.5

Type File Size Source URLs
DIST bed-0.5.tar.bz2 16635 bytes http://dev.gentoo.org/~zerochaos/distfiles/bed-0.5.tar.bz2