mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
25 lines
518 B
Bash
25 lines
518 B
Bash
# Copyright 1999-2023 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /root/portage/app-fuzz/smtp-fuzz/smtp-fuzz-0.1.ebuild,v 1.1.1.1 2006/03/08 21:22:06 grimmlin Exp $
|
|
|
|
EAPI=8
|
|
|
|
DESCRIPTION="A smtp fuzzer"
|
|
HOMEPAGE="none"
|
|
SRC_URI=""
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~x86 ~ppc ~amd64"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND="dev-lang/perl"
|
|
BDEPEND=""
|
|
|
|
# required by Portage, as we have no SRC_URI...
|
|
S="${WORKDIR}"
|
|
|
|
src_install() {
|
|
newbin "${FILESDIR}/${PN}".pl "${PN}"
|
|
}
|