File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 11PKG_VER=0.3.6
22PKG_CATEGORY=" Box64"
33PKG_PRETTY_NAME=" Box64"
4+ PKG_OPTIONAL=1
45
56GIT_URL=https://github.com/ptitSeb/box64
67GIT_COMMIT=03d220b1d297a9e5be81760833b014edf9dfe7ab
Original file line number Diff line number Diff line change 1+ PKG_VER=0.3.7-cb2c29c
2+ PKG_CATEGORY=" Box64"
3+ PKG_PRETTY_NAME=" Box64"
4+
5+ GIT_URL=https://github.com/ptitSeb/box64
6+ GIT_COMMIT=cb2c29c5f992cb4e5ec481f8d99b973b90411403
7+ CMAKE_ARGS=" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DANDROID=1 -DBAD_SIGNAL=1 -DARM_DYNAREC=1"
8+ BLACKLIST_ARCH=x86_64
Original file line number Diff line number Diff line change 1+ mkdir -p $DESTDIR /$PREFIX /bin
2+ mkdir -p $DESTDIR /$PREFIX /etc
3+
4+ cp box64 $DESTDIR /$PREFIX /bin
5+ cp ../system/box64.box64rc $DESTDIR /$PREFIX /etc
You can’t perform that action at this time.
0 commit comments