pentoo-overlay/app-fuzz/bed/bed-0.5.ebuild
2010-01-31 20:02:45 +00:00

29 lines
649 B
Bash

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /root/portage/app-fuzz/bed/bed-0.5.ebuild,v 1.1.1.1 2006/03/08 00:40:08 grimmlin Exp $
DESCRIPTION="BED is a multi-protocol fuzzer written in perl"
HOMEPAGE="http://www.snake-basket.de/bed.html"
SRC_URI="http://www.snake-basket.de/bed/${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
}