From cf9efe3408bce9174fc3f7da0d7821f7f7368f30 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 2 Jul 2022 22:06:54 +0200 Subject: app-arch/funzix: update EAPI 6 -> 8 Signed-off-by: David Seifert --- app-arch/funzix/funzix-1.0-r1.ebuild | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 app-arch/funzix/funzix-1.0-r1.ebuild (limited to 'app-arch/funzix/funzix-1.0-r1.ebuild') diff --git a/app-arch/funzix/funzix-1.0-r1.ebuild b/app-arch/funzix/funzix-1.0-r1.ebuild new file mode 100644 index 000000000000..eae0ebd84376 --- /dev/null +++ b/app-arch/funzix/funzix-1.0-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="unpacker for the bogus ZIX format" +HOMEPAGE="http://funzix.sourceforge.net/" +SRC_URI="mirror://sourceforge/funzix/${P}.tar.bz2" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="amd64 x86" + +RDEPEND="sys-libs/zlib" +DEPEND="${RDEPEND}" + +PATCHES=( "${FILESDIR}"/${PN}-1.0-fix-build-system.patch ) + +src_configure() { + tc-export CC +} + +src_install() { + dobin funzix + einstalldocs +} -- cgit v1.2.3-18-g5258