# Copyright 1999-2018 Gentoo Foundation# Distributed under the terms of the GNU General Public License v2EAPI=6S=${WORKDIR}/dlx
DESCRIPTION="DLX Simulator"HOMEPAGE="http://www.davidviner.com/dlx.php"SRC_URI="http://www.davidviner.com/dlx/dlx.tar.gz"LICENSE="GPL-2"SLOT="0"KEYWORDS="x86 ppc"IUSE=""
src_install(){dobinmasmmondasm
dodocREADME.txtMANUAL.TXT
}