[packages/box64] up to 0.2.4
atler
atler at pld-linux.org
Sat Aug 19 18:30:31 CEST 2023
commit 567662f21de18fdb5727fadb3d37eaf0886800a0
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Aug 19 17:55:14 2023 +0200
up to 0.2.4
box64.spec | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/box64.spec b/box64.spec
index f2453c7..36bb904 100644
--- a/box64.spec
+++ b/box64.spec
@@ -9,16 +9,17 @@
%bcond_with rpi3 # target Raspberry Pi 3
%bcond_with rpi4 # target Raspberry Pi 4
%bcond_with sd845 # target Snapragon 845 device
+%bcond_with sd888 # target Snapragon 888 device
%bcond_with tegrax1 # target Tegra X1
Summary: Linux Userspace x86_64 Emulator
Name: box64
-Version: 0.2.2
+Version: 0.2.4
Release: 1
License: MIT
Group: Applications
Source0: https://github.com/ptitSeb/box64/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 088763b4df8647d0db81e389c6ff8e58
+# Source0-md5: e98341285f027a93d34d1609f6c0aba1
URL: https://box86.org
BuildRequires: cmake >= 3.4
BuildRequires: python3
@@ -39,6 +40,9 @@ Linux systems, like ARM (host system needs to be 64bit little-endian).
%build
%cmake -B build \
+%ifarch aarch64
+ -DARM64:BOOL=ON \
+%endif
%{?with_larch64:-DLARCH64:BOOL=ON} \
%{?with_lx2160a:-DLX2160A:BOOL=ON} \
%{?with_odroidn2:-DODROIDN2:BOOL=ON} \
@@ -55,6 +59,7 @@ Linux systems, like ARM (host system needs to be 64bit little-endian).
%{?with_rpi3:-DRPI3ARM64:BOOL=ON} \
%{?with_rpi4:-DRPI4ARM64:BOOL=ON} \
%{?with_sd845:-DSD845:BOOL=ON} \
+ %{?with_sd888:-DSD888:BOOL=ON} \
%{?with_tegrax1:-DTEGRAX1:BOOL=ON}
%{__make} -C build
@@ -69,7 +74,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc docs/{CHANGELOG.md,README.md,USAGE.md}
+%doc README.md docs/{CHANGELOG.md,USAGE.md}
%{_sysconfdir}/binfmt.d/box64.conf
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/box64.box64rc
%attr(755,root,root) %{_bindir}/box64
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/box64.git/commitdiff/567662f21de18fdb5727fadb3d37eaf0886800a0
More information about the pld-cvs-commit
mailing list