From 1c33e521c460dc40899ce7bc919602b842ce27e2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 5 Mar 2023 23:52:45 +0000 Subject: gentoo auto-resync : 05:03:2023 - 23:52:45 --- dev-util/fuzz/fuzz-0.6-r3.ebuild | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 dev-util/fuzz/fuzz-0.6-r3.ebuild (limited to 'dev-util/fuzz/fuzz-0.6-r3.ebuild') diff --git a/dev-util/fuzz/fuzz-0.6-r3.ebuild b/dev-util/fuzz/fuzz-0.6-r3.ebuild new file mode 100644 index 000000000000..a0ae9281e5d1 --- /dev/null +++ b/dev-util/fuzz/fuzz-0.6-r3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools toolchain-funcs + +DESCRIPTION="Stress-tests programs by giving them random input" +HOMEPAGE="http://fuzz.sourceforge.net/" +DEB_P="${PN}_${PV}" +DEB_PR="7.3" +SRC_URI=" + mirror://sourceforge/${PN}/${P}.tar.gz + mirror://debian/pool/main/${PN:0:1}/${PN}/${DEB_P}-${DEB_PR}.diff.gz +" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="sys-libs/readline:=" +RDEPEND="${DEPEND}" + +PATCHES=( "${WORKDIR}"/${DEB_P}-${DEB_PR}.diff ) + +src_prepare() { + default + tc-export CC + # Clang 16, bug #898764 + eautoreconf +} + +src_install() { + emake DESTDIR="${D}" install + dodoc NEWS README ChangeLog AUTHORS +} -- cgit v1.2.3