diff options
Diffstat (limited to 'app-emulation/dlx/dlx-1.5.20.ebuild')
-rw-r--r-- | app-emulation/dlx/dlx-1.5.20.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/app-emulation/dlx/dlx-1.5.20.ebuild b/app-emulation/dlx/dlx-1.5.20.ebuild deleted file mode 100644 index e8a15ee06720..000000000000 --- a/app-emulation/dlx/dlx-1.5.20.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="DLX Simulator" -HOMEPAGE="https://www.davidviner.com/dlx" -SRC_URI="https://www.davidviner.com/zip/dlx/dlx.zip -> ${P}.zip" -S="${WORKDIR}"/dlx - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ppc x86" - -BDEPEND="app-arch/unzip" - -src_compile() { - # CXX not used - emake CC="$(tc-getCC)" LINK="$(tc-getCC)" \ - CFLAGS="${CFLAGS} ${CPPFLAGS}" \ - LFLAGS="${CFLAGS} ${LDFLAGS}" -} - -src_install() { - dobin masm mon dasm - dodoc README.txt MANUAL.TXT -} |