[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/gxemul/gxemul.desc [COPY] Copyright (C) 2008 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A machine emulator (CPUs and surrounding hardware components) [T] GXemul is an instruction-level machine emulator. In addition to simulating [T] CPUs, surrounding hardware components are also simulated, in some cases [T] well enough to run real (unmodified) operating systems. [U] https://gavare.se/gxemul/ [A] Anders Gavare [M] The T2 Project [C] extra/emulator [E] opt doxygen [L] BSD [S] Stable [V] 0.7.0 [D] 67974fa45409ff7e17a12c1730889a970a0d1a95b1781ec376ed80f3 gxemul-0.7.0.tar.gz http://gavare.se/gxemul/src/ # no install target makeinstopt= gxemul_install() { install gxemul $root$bindir/ install man/gxemul.1 $root$mandir/man1/ } hook_add postmake 5 gxemul_install