Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:leeds
NEMU
NEMU.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File NEMU.spec of Package NEMU
# # spec file for package NEMU # # Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: NEMU Version: 1.0.0 Release: 1%{?dist} Summary: NJU EMUlator, a full system x86/mips32/riscv32/riscv64 emulator for teaching License: MulanPSL-2.0 URL: https://github.com/runninglinuxkernel/NEMU/tree/master Source0: NEMU.zip BuildRequires: readline-devel BuildRequires: SDL2-devel BuildRequires: zlib-devel BuildRequires: unzip BuildRequires: make BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: bison BuildRequires: flex %description NEMU(NJU Emulator) is a simple but complete full-system emulator designed for teaching purpose. Currently it supports x86, mips32, and riscv32. To build programs run above NEMU, refer to the AM project. %prep %autosetup -n %{name}-master %build export NEMU_HOME=$(pwd) make riscv64-benos_defconfig make -j$(nproc) %install cp %{_builddir}/build/riscv64-nemu-interpreter %{_buildroot}%{_bindir}/riscv64-nemu-interpreter %post %postun %files %license LICENSE %doc README.md %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor